Search Results for

    Show / Hide Table of Contents

    Class PedBoneCollection

    Inheritance
    System.Object
    EntityBoneCollection
    PedBoneCollection
    Implements
    System.Collections.Generic.IEnumerable<EntityBone>
    System.Collections.Generic.IEnumerable<PedBone>
    System.Collections.IEnumerable
    Inherited Members
    EntityBoneCollection._owner
    EntityBoneCollection.Count
    EntityBoneCollection.Contains(String)
    EntityBoneCollection.GetHashCode()
    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 boneId.

    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()
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX