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