Delegate PlayerChangeInteriorAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task PlayerChangeInteriorAsyncDelegate(IPlayer player, uint oldIntLoc, uint newIntLoc);
Parameters
| Type | Name | Description |
|---|---|---|
| IPlayer | player | |
| System.UInt32 | oldIntLoc | |
| System.UInt32 | newIntLoc |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |