Delegate PedDamageDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate void PedDamageDelegate(IPed ped, IEntity attacker, uint weapon, ushort healthDamage, ushort armourDamage);
Parameters
| Type | Name | Description |
|---|---|---|
| IPed | ped | |
| IEntity | attacker | |
| System.UInt32 | weapon | |
| System.UInt16 | healthDamage | |
| System.UInt16 | armourDamage |