Prototype/SimpleEntity: Difference between revisions
(0.17.67) |
(0.18.10: secondary_draw_order) |
||
Line 11: | Line 11: | ||
{{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"object"|optional=true}} | {{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"object"|optional=true}} | ||
{{Prototype property|secondary_draw_order|[[Types/int8|int8]]|0|optional=true}} | |||
{{Prototype property|random_animation_offset|[[Types/bool|bool]]|false|optional=true}} | {{Prototype property|random_animation_offset|[[Types/bool|bool]]|false|optional=true}} |
Revision as of 17:42, 3 March 2020
Template:Prototype parent An extremely basic entity with no special functionality. Used for minable rocks.
Optional properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
Template:Prototype property Whether this entity should be treated as a rock for the purpose of deconstruction and for Prototype/Car#immune_to_rock_impacts.
Template:Prototype property Whether a random graphics variation is chosen when placing the entity/creating it via script/creating it via map generation. If this is false, the entity will use the first variation instead of a random one.
Template:Prototype property Simple entity must have one of 'picture', 'pictures' or 'animations' defined.
Template:Prototype property Simple entity must have one of 'picture', 'pictures' or 'animations' defined.
Template:Prototype property Simple entity must have one of 'picture', 'pictures' or 'animations' defined.