Delegate PlayerChangeAnimationDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate void PlayerChangeAnimationDelegate(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 |