EntityGetBoneAxes Method (Int32, Vector3, Vector3, Vector3)

RAGE Plugin Hook Documentation

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

Gets the axes of the specified bone. That is, three vectors pointing right, forward and up, relative to the bone's orientation.

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

public void GetBoneAxes(
	int boneIndex,
	out Vector3 right,
	out Vector3 forward,
	out Vector3 up
)

Parameters

boneIndex
Type: SystemInt32
The index of the bone.
right
Type: RageVector3
The right axis.
forward
Type: RageVector3
The forward axis.
up
Type: RageVector3
The up axis.
See Also

Reference