9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
#title ActorAnimationIsLooped [RCBasic Doc]
|
|
#header function ActorAnimationIsLooped( actor )
|
|
|
|
Returns true if an actors animation is set to looped.
|
|
|
|
Note: Actor animation is set to looped with the LoopActorAnimation() function.
|
|
|
|
#ref LoopActorAnimation
|