Difference between revisions of "SkipAnim"
Jump to navigation
Jump to search
imported>ShadowDancer (adding see also) |
imported>Scruggs |
||
Line 6: | Line 6: | ||
'''Notes:''' | '''Notes:''' | ||
*The SkipAnim function will continue to affect the object until the next time the object is loaded or another animation is called to play on the object using [[LoopGroup]] or [[PlayGroup]]. | *The SkipAnim function will continue to affect the object until the next time the object is loaded or another animation is called to play on the object using [[LoopGroup]] or [[PlayGroup]]. | ||
*This function is unreliable and can cause the calling actor to blink in and out of visibility, disappear entirely, or appear to be in a different location than it actually is. | |||
==See Also== | ==See Also== |
Revision as of 01:20, 21 January 2007
Syntax:
SkipAnim
Causes the current animation to not be played for this frame.
Notes:
- The SkipAnim function will continue to affect the object until the next time the object is loaded or another animation is called to play on the object using LoopGroup or PlayGroup.
- This function is unreliable and can cause the calling actor to blink in and out of visibility, disappear entirely, or appear to be in a different location than it actually is.