9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
#title SetActorAnimation [RCBasic Doc]
|
|
#header sub SetActorAnimation( actor, start_frame, end_frame)
|
|
|
|
Sets the start frame and end frame that an actor will loop through
|
|
|
|
Note: Use LoopActorAnimation() to enable or disable animation looping
|
|
|
|
#ref LoopActorAnimation SetActorFrame
|