Interface IBaseEntityPool
This pool decides which entity pool to use depending on the entity type
Assembly: AltV.Net.Client.dll
Syntax
public interface IBaseEntityPool
Methods
|
Improve this Doc
View Source
Get(IntPtr, BaseObjectType, out IEntity)
Declaration
bool Get(IntPtr entityPointer, BaseObjectType baseObjectType, out IEntity baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetOrCreate(ICore, IntPtr, BaseObjectType, out IEntity)
Declaration
bool GetOrCreate(ICore core, IntPtr entityPointer, BaseObjectType baseObjectType, out IEntity baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetOrCreate(ICore, IntPtr, BaseObjectType, UInt16, out IEntity)
Declaration
bool GetOrCreate(ICore core, IntPtr entityPointer, BaseObjectType baseObjectType, ushort entityId, out IEntity baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Remove(IEntity)
Declaration
bool Remove(IEntity baseObject)
Parameters
Type |
Name |
Description |
IEntity |
baseObject |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Remove(IntPtr, BaseObjectType)
Declaration
bool Remove(IntPtr entityPointer, BaseObjectType baseObjectType)
Parameters
Type |
Name |
Description |
IntPtr |
entityPointer |
|
BaseObjectType |
baseObjectType |
|
Returns
Type |
Description |
System.Boolean |
|