PlayGroup

From the Oblivion ConstructionSet Wiki
Revision as of 15:19, 7 February 2006 by 10.0.1.94 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

 PlayGroup GroupName, [flags] 

Example:

 PlayGroup Walk 
 PlayGroup Walk, 1 

Plays the animation group defined by GroupName. Optional flags can be used to start the group in different ways.

Flags

0 = Normal - The current animation will finish it's full cycle, and the new animation will start from its beginning.
1 = Immediate Start - The current animation will stop regardless of the frame it is on, and the new animation will start from its beginning.
2 = Immediate Loop -The current animation will stop regardless of the frame it is on, and the new animation will start at the beginning of its loop cycle.

See Also

LoopGroup
SkipAnim