Delegate ColShapeAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task ColShapeAsyncDelegate(IColShape colShape, IWorldObject targetEntity, bool state);
Parameters
| Type | Name | Description |
|---|---|---|
| IColShape | colShape | |
| IWorldObject | targetEntity | |
| System.Boolean | state |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |