11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
#title SetActorFrame [RCBasic Doc]
|
|
#header Sub SetActorFrame( actor, frame )
|
|
|
|
Sets the current frame of an actor
|
|
|
|
Note: This function will set the actor's animation to 0 which is a default 1 frame animation that is created when the actor is created.
|
|
|
|
|
|
#ref GetActorFrame
|
|
|