Types/WorkingVisualisation: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (words)
(Removed old prototype docs)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Used by crafting machines to display different graphics when the machine is running.
<div class="stub"><p>'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/types/WorkingVisualisation.html https://lua-api.factorio.com/latest/types/WorkingVisualisation.html]


== Optional properties ==
</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
 
=== render_layer ===
'''Type''': [[Types/RenderLayer]]
 
'''Default''': "object"
 
=== fadeout ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== synced_fadeout ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== constant_speed ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
Whether the animations are always played at the same speed, not adjusted to the machine speed.
 
=== always_draw ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== animated_shift ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== align_to_waypoint ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== secondary_draw_order ===
'''Type''': [[Types/int8]]
 
=== draw_as_sprite ===
'''Type''': [[Types/bool]]
 
'''Default''': true
 
=== draw_as_light ===
'''Type''': [[Types/bool]]
 
'''Default''': false
 
=== light ===
'''Type''': [[Types/LightDefinition]]
 
=== effect ===
'''Type''': [[Types/string]]
 
Either "flicker", "uranium-glow" or "none".
 
=== apply_recipe_tint ===
'''Type''': [[Types/string]]
 
Either "primary", "secondary", "tertiary", "quaternary" or "none". Used by [[Prototype/CraftingMachine]].
 
=== apply_tint ===
'''Type''': [[Types/string]]
 
Either "resource-color", "input-fluid-base-color", "input-fluid-flow-color", "status" or "none". Used by [[Prototype/CraftingMachine]] ("status" only) and [[Prototype/MiningDrill]].
 
=== north_animation ===
'''Type''': [[Types/Animation]]
 
Either these animations for the directions are loaded, or <code>animation</code> and the positions for the directions are loaded.
 
=== west_animation ===
'''Type''': [[Types/Animation]]
 
=== south_animation ===
'''Type''': [[Types/Animation]]
 
=== east_animation ===
'''Type''': [[Types/Animation]]
 
=== animation ===
'''Type''': [[Types/Animation]]
 
Either this and the below positions are loaded, or the animation properties for each direction are loaded.
 
=== north_position ===
'''Type''': [[Types/vector]]
 
=== west_position ===
'''Type''': [[Types/vector]]
 
=== south_position ===
'''Type''': [[Types/vector]]
 
=== east_position ===
'''Type''': [[Types/vector]]

Latest revision as of 14:32, 25 October 2024

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/types/WorkingVisualisation.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.