Delegate VehicleDamageDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate void VehicleDamageDelegate(IVehicle target, IEntity attacker, uint bodyHealthDamage, uint additionalBodyHealthDamage, uint engineHealthDamage, uint petrolTankDamage, uint weaponHash);
Parameters
| Type | Name | Description |
|---|---|---|
| IVehicle | target | |
| IEntity | attacker | |
| System.UInt32 | bodyHealthDamage | |
| System.UInt32 | additionalBodyHealthDamage | |
| System.UInt32 | engineHealthDamage | |
| System.UInt32 | petrolTankDamage | |
| System.UInt32 | weaponHash |