Jump to content

End: Difference between revisions

From ModEnc²
en>ZivDero
Undo revision 25222 by DeathFish (talk)
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|name={{PAGENAME}}
|name={{PAGENAME}}
|files={{Categ|Art(md).ini}}
|files={{Categ|Art(md).ini}}
|values=Unsigned integers
|values={{Values|signed integers}}
|default=0 ?
|default=0
|types= {{Categ|Animations}}
|types= {{Categ|Animations}}
|ts=yes
|ts=yes
|fs=yes
|fs=yes
|hp=yes
|hp=yes
|ets=yes
|ra2=yes
|ra2=yes
|yr=yes
|yr=yes
|ares=yes
|rp=yes
}}
}}
The offset value of the final end frame index relative to the start frame.


Specifies the number of frames to play for the first iteration when the total number of iterations is only one.
When {{f|LoopCount|1|link}}, it is equivalent to the number of frames played by the Animation.
 
== See Also ==
Specify the (1-based) end frame index for the last loop of Loop Animation.
 
== See Also==
[[Animation Looping]]
[[Animation Looping]]

Latest revision as of 20:12, 2 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: End
File(s): Art(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0
Applicable to: Animations


The offset value of the final end frame index relative to the start frame.

When LoopCount=1, it is equivalent to the number of frames played by the Animation.

See Also

Animation Looping