Delegate PlayerHealAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task PlayerHealAsyncDelegate(IPlayer target, ushort oldHealth, ushort newHealth, ushort oldArmour, ushort newArmour);
Parameters
| Type | Name | Description |
|---|---|---|
| IPlayer | target | |
| System.UInt16 | oldHealth | |
| System.UInt16 | newHealth | |
| System.UInt16 | oldArmour | |
| System.UInt16 | newArmour |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |