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