9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
#title GetActorBoneRotation [RCBasic Doc]
|
|
#header Function GetActorBoneRotation( actor, bone_index, ByRef x, ByRef y, ByRef z )
|
|
|
|
Gets an actor's bone rotation
|
|
|
|
NOTE: This is only for actors that use skeletal animation (ie. *.b3d, *.x, *.ms3d, and actors created from Anim8or files)
|
|
|
|
|