8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
#title GetActorBoneScale [RCBasic Doc]
|
|
#header Function GetActorBoneScale( actor, bone_index, ByRef x, ByRef y, ByRef z )
|
|
|
|
Returns the scale transform for an actor's bone
|
|
|
|
NOTE: This is only for actors that use skeletal animation (ie. *.b3d, *.x, *.ms3d, and actors created from Anim8or files)
|
|
|