8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
#title ActorAnimationIsPlaying [RCBasic Doc]
|
|
#header Function ActorAnimationIsPlaying(actor)
|
|
|
|
Returns true if an actor is currently playing an animation
|
|
|
|
Note: If the number of loops in the animation is set to -1 then this will always be true since it does not return false until it plays the last frame in the last loop
|
|
|