Updated docs

This commit is contained in:
n00b
2024-12-15 23:12:45 -05:00
parent 7181b6924a
commit 3a03aaa148
124 changed files with 518 additions and 202 deletions

View File

@@ -1,8 +1,8 @@
#title actorAnimationIsLooped [RCBasic Doc]
#header function actorAnimationIsLooped( actor )
#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.
Note: Actor animation is set to looped with the LoopActorAnimation() function.
#ref loopActorAnimation
#ref LoopActorAnimation