Search Results for

    Show / Hide Table of Contents

    Class EntityDamageRecordCollection

    Inheritance
    Object
    EntityDamageRecordCollection
    Implements
    IEnumerable<EntityDamageRecord>
    IEnumerable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public class EntityDamageRecordCollection : IEnumerable<EntityDamageRecord>, IEnumerable

    Fields

    | Improve this Doc View Source

    _owner

    Declaration
    protected readonly Entity _owner
    Field Value
    Type Description
    Entity

    Methods

    | Improve this Doc View Source

    GetAllDamageRecords()

    Gets all the EntityDamageRecord at the moment. The return array can contain up to 3 EntityDamageRecords.

    Declaration
    public EntityDamageRecord[] GetAllDamageRecords()
    Returns
    Type Description
    EntityDamageRecord[]
    | Improve this Doc View Source

    GetEnumerator()

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

    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.IEnumerable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX