ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
DeleteOnStateLimit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Un-DeeZire'd |
||
Line 1: | Line 1: | ||
{{ | {{Flag | ||
Specifies | |name={{PAGENAME}} | ||
|files={{Categ|Rules(md).ini}} | |||
|values={{values|boolean}} | |||
|default=no | |||
|types={{Categ|Particles}} | |||
|ts=yes | |||
|fs=yes | |||
|hp=yes | |||
|ra2=yes | |||
|yr=yes | |||
|ares=yes | |||
}} | |||
Specifies whether or not this [[particle]] should expire as soon as its [[image|animation]] sequence [[EndStateAI|ends]]. Applies only to particles that use [[SHP]]-based [[image]]. | |||
If the particle has {{f|{{PAGENAME}}|no}}, and the animation lasts less than the particle's {{f|MaxEC|link}}, the particle will continue to exist without an image until its {{f|MaxEC}} expires. | |||
If the particle has {{f|{{PAGENAME}}|no}} and {{f|BehavesLike|Gas|link}}, the animation will loop until the particle's [[MaxEC|maximum lifetime]] expires. | |||
==See Also== | |||
*[[MaxEC]] | |||
*[[EndStateAI]] | |||
*[[NextParticle]] |
Latest revision as of 10:35, 13 February 2020
Flag: | DeleteOnStateLimit |
File(s): | Rules(md).ini |
Values: | Boolean values: yes or no, true or false, 1 or 0 |
Default: | no |
Applicable to: | Particles |
Specifies whether or not this particle should expire as soon as its animation sequence ends. Applies only to particles that use SHP-based image.
If the particle has DeleteOnStateLimit=no, and the animation lasts less than the particle's MaxEC, the particle will continue to exist without an image until its MaxEC expires.
If the particle has DeleteOnStateLimit=no and BehavesLike=Gas, the animation will loop until the particle's maximum lifetime expires.