Class BlipPool
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.Elements.Pools
Assembly: AltV.Net.dll
Syntax
public class BlipPool : BaseObjectPool<IBlip>, IBaseObjectPool<IBlip>, IReadOnlyBaseObjectPool<IBlip>
Constructors
| Improve this Doc View SourceBlipPool(IBaseObjectFactory<IBlip>)
Declaration
public BlipPool(IBaseObjectFactory<IBlip> blipFactory)
Parameters
Type | Name | Description |
---|---|---|
IBaseObjectFactory<IBlip> | blipFactory |
Methods
| Improve this Doc View SourceGetId(IntPtr)
Declaration
public override uint GetId(IntPtr entityPointer)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | entityPointer |
Returns
Type | Description |
---|---|
System.UInt32 |
Overrides
AltV.Net.Elements.Pools.BaseObjectPool<AltV.Net.Elements.Entities.IBlip>.GetId(System.IntPtr)