EntityGetBonePosition Method (Int32)

RAGE Plugin Hook Documentation

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

Gets the position of the specified bone, in world space.

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

public Vector3 GetBonePosition(
	int boneIndex
)

Parameters

boneIndex
Type: SystemInt32
The index of the bone.

Return Value

Type: Vector3
A Vector3 representing the position of the specified bone, in world space.
See Also

Reference