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