Difference between revisions of "SkipAnim"
Jump to navigation
Jump to search
imported>Reznod |
|||
Line 4: | Line 4: | ||
Causes the current animation to not be played for this frame. | Causes the current animation to not be played for this frame. | ||
---- | |||
It does not matter where this functions is placed in a script, it will always apply. So, for example, if this function is within an “if” block and the conditions are false it will still skip the animations. | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Animation Functions]] | [[Category: Animation Functions]] |
Revision as of 21:26, 31 March 2006
Syntax:
SkipAnim
Causes the current animation to not be played for this frame.
It does not matter where this functions is placed in a script, it will always apply. So, for example, if this function is within an “if” block and the conditions are false it will still skip the animations.