[This is preliminary documentation and is subject to change.]
Gets the index of a bone of this Entity, given the bone's name.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- boneName
- Type: SystemString
The name of the bone.
Return Value
Type: Int32A Int32 representing the index of the bone.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if this Entity does not have a bone with the specified name. |
See Also