Class LocalObjectPool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Pools
Assembly: AltV.Net.Client.dll
Syntax
public class LocalObjectPool : EntityPool<ILocalObject>, IEntityPool<ILocalObject>, IReadOnlyEntityPool<ILocalObject>
Constructors
| Improve this Doc View SourceLocalObjectPool(IEntityFactory<ILocalObject>)
Declaration
public LocalObjectPool(IEntityFactory<ILocalObject> factory)
Parameters
Type | Name | Description |
---|---|---|
IEntityFactory<ILocalObject> | factory |
Methods
| Improve this Doc View SourceGetId(IntPtr)
Declaration
protected override uint GetId(IntPtr objectPointer)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | objectPointer |
Returns
Type | Description |
---|---|
System.UInt32 |
Overrides
AltV.Net.Client.Elements.Pools.EntityPool<AltV.Net.Client.Elements.Interfaces.ILocalObject>.GetId(IntPtr)