Delegate PlayerChangeAnimationDelegate
Namespace: AltV.Net.Client.Events
Assembly: AltV.Net.Client.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 |