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

Difference between revisions of "ExpireAnim"

From ModEnc
Jump to: navigation, search
 
(Note about damage.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
{{Flag
Specifies the animation to play from the [Animations] list when the voxel animation expires.
+
|name={{PAGENAME}}
 +
|files={{Ini|art}}
 +
|default=none
 +
|values={{Values|string|[[Animations]]}}
 +
|ts=yes
 +
|fs=yes
 +
|ets=yes
 +
|hp=yes
 +
|ra2=yes
 +
|yr=yes
 +
|rp=yes
 +
|ares=yes
 +
}}
 +
 
 +
Can be set on [[bouncer]] [[Animations]] and [[VoxelAnims]] and defines an animation to be invoked when the animation expires due to contact with the ground (or perhaps other solid objects). {{f|ExpireAnim}} is not invoked if the animation expires due to having played through all its [[frames]], or [[LoopCount|loops]].
 +
 
 +
Should this animation deal [[damage]], {{f|ExpireAnim}} must refer to a valid animation, else no damage is dealt.
 +
 
 +
==See also==
 +
* [[Next]]
 +
* [[Spawns]] and [[SpawnCount]]
 +
* [[TrailerAnim]] and [[TrailerSeperation]]

Latest revision as of 21:19, 5 April 2024

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: ExpireAnim
File(s): art(md).ini
Values: Strings: Normal text. (Limited to: Animations)
Default: none


Can be set on bouncer Animations and VoxelAnims and defines an animation to be invoked when the animation expires due to contact with the ground (or perhaps other solid objects). ExpireAnim is not invoked if the animation expires due to having played through all its frames, or loops.

Should this animation deal damage, ExpireAnim must refer to a valid animation, else no damage is dealt.

See also