ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "DeleteOnStateLimit"

From ModEnc
Jump to: navigation, search
 
(Un-DeeZire'd)
 
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
{{Flag
Specifies the time within this particle's lifetime at which its SHP Image= should be deleted, regardless of its current state. Applies only to particles that use a SHP based Image=.
+
|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 12:35, 13 February 2020

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
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.

See Also