Search Results for

    Show / Hide Table of Contents

    Class PedBoneCollection

    Inheritance
    Object
    EntityBoneCollection
    PedBoneCollection
    Implements
    IEnumerable<EntityBone>
    IEnumerable<PedBone>
    IEnumerable
    Inherited Members
    EntityBoneCollection._owner
    EntityBoneCollection.Count
    EntityBoneCollection.Contains(String)
    EntityBoneCollection.GetHashCode()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public class PedBoneCollection : EntityBoneCollection, IEnumerable<EntityBone>, IEnumerable<PedBone>, IEnumerable

    Properties

    | Improve this Doc View Source

    Core

    Gets the core bone of this Ped.

    Declaration
    public PedBone Core { get; }
    Property Value
    Type Description
    PedBone
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Item[Int32]

    Gets the PedBone at the specified bone index.

    Declaration
    public PedBone this[int boneIndex] { get; }
    Parameters
    Type Name Description
    Int32 boneIndex

    The bone index.

    Property Value
    Type Description
    PedBone
    | Improve this Doc View Source

    Item[String]

    Gets the PedBone with the specified bone name.

    Declaration
    public PedBone this[string boneName] { get; }
    Parameters
    Type Name Description
    String boneName

    Name of the bone.

    Property Value
    Type Description
    PedBone
    | Improve this Doc View Source

    LastDamaged

    Gets the last damaged bone for this Ped.

    Declaration
    public PedBone LastDamaged { get; }
    Property Value
    Type Description
    PedBone

    Methods

    | Improve this Doc View Source

    ClearLastDamaged()

    Clears the last damage a bone on this Ped received.

    Declaration
    public void ClearLastDamaged()
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<PedBone> GetEnumerator()
    Returns
    Type Description
    IEnumerator<PedBone>

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX