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