Class PoolObject
An object that resides in one of the available object pools.
Inheritance
System.Object
PoolObject
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public abstract class PoolObject : INativeValue, IDeletable, IExistable
Constructors
Name | Description |
---|---|
PoolObject(Int32) |
Properties
Name | Description |
---|---|
Handle | The handle of the object. |
NativeValue | The handle of the object translated to a native value. |
Methods
Name | Description |
---|---|
Delete() | |
Exists() |