Class PedBoneCollection
Implements
System.Collections.Generic.IEnumerable<EntityBone>
System.Collections.Generic.IEnumerable<PedBone>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public class PedBoneCollection : EntityBoneCollection, IEnumerable<EntityBone>, IEnumerable<PedBone>, IEnumerable
Properties
Name | Description |
---|---|
Core | Gets the core bone of this Ped. |
Item[Bone] | Gets the PedBone with the specified |
Item[Int32] | Gets the PedBone at the specified bone index. |
Item[String] | Gets the PedBone with the specified bone name. |
LastDamaged | Gets the last damaged bone for this Ped. |
Methods
Name | Description |
---|---|
ClearLastDamaged() | Clears the last damage a bone on this Ped received. |
GetEnumerator() |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable.GetEnumerator() |