Prototype of a trivial smoke.
| name :: string [R] | Name of this prototype. |
| order :: string [R] | Order string of this prototype. |
| localised_name :: LocalisedString [R] | |
| localised_description :: LocalisedString [R] | |
| color :: Color [R] | |
| start_scale :: double [R] | |
| end_scale :: double [R] | |
| movement_slow_down_factor :: double [R] | |
| duration :: uint [R] | |
| spread_duration :: uint [R] | |
| fade_away_duration :: uint [R] | |
| fade_in_duration :: uint [R] | |
| glow_fade_away_duration :: uint [R] | |
| cyclic :: boolean [R] | |
| affected_by_wind :: boolean [R] | |
| show_when_smoke_off :: boolean [R] | |
| glow_animation :: boolean [R] | |
| render_layer :: RenderLayer [R] | |
| valid :: boolean [R] | Is this object valid? |
| object_name :: string [R] | The class name of this object. |
| help() → string | All methods and properties that this object supports. |
Name of this prototype.
Order string of this prototype.