Delegate PlayerClientEventAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task PlayerClientEventAsyncDelegate(IPlayer player, string eventName, object[] args);
Parameters
| Type | Name | Description |
|---|---|---|
| IPlayer | player | |
| System.String | eventName | |
| System.Object[] | args |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |