Search Results for

    Show / Hide Table of Contents

    Class PoolObject

    An object that resides in one of the available object pools.

    Inheritance
    Object
    PoolObject
    Blip
    Camera
    Checkpoint
    Entity
    ParticleEffect
    PedGroup
    Pickup
    Rope
    Implements
    INativeValue
    IDeletable
    IExistable
    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 abstract class PoolObject : INativeValue, IDeletable, IExistable

    Constructors

    | Improve this Doc View Source

    PoolObject(Int32)

    Declaration
    protected PoolObject(int handle)
    Parameters
    Type Name Description
    Int32 handle

    Properties

    | Improve this Doc View Source

    Handle

    The handle of the object.

    Declaration
    public int Handle { get; protected set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    NativeValue

    The handle of the object translated to a native value.

    Declaration
    public ulong NativeValue { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    | Improve this Doc View Source

    Delete()

    Declaration
    public abstract void Delete()
    | Improve this Doc View Source

    Exists()

    Declaration
    public abstract bool Exists()
    Returns
    Type Description
    Boolean

    Implements

    INativeValue
    IDeletable
    IExistable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX