EntityHasBone Method (String)

RAGE Plugin Hook Documentation

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

Determines whether this Entity has the specified bone.

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

public bool HasBone(
	string boneName
)

Parameters

boneName
Type: SystemString
The name of the bone.

Return Value

Type: Boolean
If this Entity has the specified bone, returns true; otherwise, returns false.
See Also

Reference