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