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