EntityGetBoneOrientation Method (Int32)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the orientation of the specified bone.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public Quaternion GetBoneOrientation(
	int boneIndex
)

Parameters

boneIndex
Type: SystemInt32
The index of the bone.

Return Value

Type: Quaternion
An instance of Quaternion representing the orientation of the bone.
See Also

Reference