Property Item
Item[Bone]
Gets the PedBone with the specified boneId.
Declaration
public PedBone this[Bone boneId] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Bone | boneId | The bone Id. |
Property Value
| Type | Description |
|---|---|
| PedBone |
Item[Int32]
Gets the PedBone at the specified bone index.
Declaration
public PedBone this[int boneIndex] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | boneIndex | The bone index. |
Property Value
| Type | Description |
|---|---|
| PedBone |
Item[String]
Gets the PedBone with the specified bone name.
Declaration
public PedBone this[string boneName] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | boneName | Name of the bone. |
Property Value
| Type | Description |
|---|---|
| PedBone |