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