EntityGetBonePosition Method (String)

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(
	string boneName
)

Parameters

boneName
Type: SystemString
The name of the bone. See Bones List for a list of bones.

Return Value

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

Reference