Interface IReadOnlyBaseObjectPool<TBaseObject>
Assembly: AltV.Net.Shared.dll
Syntax
public interface IReadOnlyBaseObjectPool<out TBaseObject>
where TBaseObject : ISharedBaseObject
Type Parameters
Name |
Description |
TBaseObject |
|
Methods
|
Improve this Doc
View Source
Get(IntPtr)
Declaration
TBaseObject Get(IntPtr entityPointer)
Parameters
Type |
Name |
Description |
IntPtr |
entityPointer |
|
Returns
Type |
Description |
TBaseObject |
|
|
Improve this Doc
View Source
GetAllObjects()
Declaration
IReadOnlyCollection<TBaseObject> GetAllObjects()
Returns
Type |
Description |
IReadOnlyCollection<TBaseObject> |
|