Delegate WeaponDamageDelegate
Namespace: AltV.Net.Client.Events
Assembly: AltV.Net.Client.dll
Syntax
public delegate bool WeaponDamageDelegate(IEntity target, uint weapon, ushort damage, Position shotOffset, BodyPart bodyPart, IEntity sourceEntity);
Parameters
Type | Name | Description |
---|---|---|
IEntity | target | |
System.UInt32 | weapon | |
System.UInt16 | damage | |
Position | shotOffset | |
BodyPart | bodyPart | |
IEntity | sourceEntity |
Returns
Type | Description |
---|---|
System.Boolean |