Delegate PlayerDisconnectAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task PlayerDisconnectAsyncDelegate(IPlayer player, string reason);
Parameters
Type | Name | Description |
---|---|---|
IPlayer | player | |
System.String | reason |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |