Interface IBaseObjectFactory<TBaseObject>
Namespace: AltV.Net.Client
Assembly: AltV.Net.Client.dll
Syntax
public interface IBaseObjectFactory<out TBaseObject>
where TBaseObject : IBaseObject
Type Parameters
Name | Description |
---|---|
TBaseObject |
Methods
| Improve this Doc View SourceCreate(ICore, IntPtr, UInt32)
Declaration
TBaseObject Create(ICore core, IntPtr baseObjectPointer, uint id)
Parameters
Type | Name | Description |
---|---|---|
ICore | core | |
IntPtr | baseObjectPointer | |
System.UInt32 | id |
Returns
Type | Description |
---|---|
TBaseObject |