Jump to content

LoopStart

From ModEnc²
Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: LoopStart
File(s): Art(md).ini
Values: Unsigned integers
Default: 0
Applicable to: Animations


Specifies the 0-based starting frame of this animation's loop for all but the first iteration of the loop.

Within the Loop, if + 1 > LoopEnd, then the frame defined by LoopStart will be used once before entering the next level of the loop.

After the Loop ends, if LoopStart + 1 > Start + End, then the frame defined by LoopStart will be used once and then the animation will end directly.

See Also

Animation Looping