Interface ISharedPoolManager
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedPoolManager
Properties
|
Improve this Doc
View Source
Blip
Declaration
IReadOnlyBaseObjectPool<ISharedBlip> Blip { get; }
Property Value
|
Improve this Doc
View Source
Checkpoint
Declaration
IReadOnlyBaseObjectPool<ISharedCheckpoint> Checkpoint { get; }
Property Value
|
Improve this Doc
View Source
ColShape
Declaration
IReadOnlyBaseObjectPool<ISharedColShape> ColShape { get; }
Property Value
|
Improve this Doc
View Source
Marker
Declaration
IReadOnlyBaseObjectPool<ISharedMarker> Marker { get; }
Property Value
|
Improve this Doc
View Source
Object
Declaration
IReadOnlyEntityPool<ISharedObject> Object { get; }
Property Value
|
Improve this Doc
View Source
Ped
Declaration
IReadOnlyEntityPool<ISharedPed> Ped { get; }
Property Value
|
Improve this Doc
View Source
Player
Declaration
IReadOnlyEntityPool<ISharedPlayer> Player { get; }
Property Value
|
Improve this Doc
View Source
Vehicle
Declaration
IReadOnlyEntityPool<ISharedVehicle> Vehicle { get; }
Property Value
|
Improve this Doc
View Source
VirtualEntity
Declaration
IReadOnlyBaseObjectPool<ISharedVirtualEntity> VirtualEntity { get; }
Property Value
|
Improve this Doc
View Source
VirtualEntityGroup
Declaration
IReadOnlyBaseObjectPool<ISharedVirtualEntityGroup> VirtualEntityGroup { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Get(IntPtr, BaseObjectType)
Declaration
ISharedBaseObject Get(IntPtr entityPointer, BaseObjectType baseObjectType)
Parameters
Type |
Name |
Description |
IntPtr |
entityPointer |
|
BaseObjectType |
baseObjectType |
|
Returns
|
Improve this Doc
View Source
GetOrCreate(ISharedCore, IntPtr, BaseObjectType)
Declaration
ISharedBaseObject GetOrCreate(ISharedCore core, IntPtr entityPointer, BaseObjectType baseObjectType)
Parameters
Returns
|
Improve this Doc
View Source
GetOrCreate(ISharedCore, IntPtr, BaseObjectType, UInt32)
Declaration
ISharedBaseObject GetOrCreate(ISharedCore core, IntPtr entityPointer, BaseObjectType baseObjectType, uint entityId)
Parameters
Returns