Files
RCBASIC4/doc/files/getactorrotationq.txt
2026-02-26 15:33:51 -06:00

10 lines
324 B
Plaintext

#title GetActorRotationQ [RCBasic Doc]
#header Sub GetActorRotationQ( actor, ByRef x, ByRef y, ByRef z, ByRef w)
Gets the actors rotation as a quaternion.
Note: This is useful for calculations that require quaternion but most developers should just use GetActorTransform()
#ref GetActorRotation SetActorRotation