GetObjectBoneQuatX
Description
Returns the X component of the bone's current rotation converted to a quaternion.
Definition
float GetObjectBoneQuatX( objID, boneIndex )
float agk::GetObjectBoneQuatX( uint32_t objID, uint32_t boneIndex )
Parameters
- objID - The ID of the object that contains the bone to check.
- boneIndex - The index of the bone to check.