Click or drag to resize

VehicleProcessDamageBeforeDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void ProcessDamageBeforeDelegate(
	Vehicle sender,
	long whoFired,
	ref double damage,
	ref Object anyData,
	ref bool handled
)

Parameters

sender
Type: NeoAxisVehicle
whoFired
Type: SystemInt64
damage
Type: SystemDouble
anyData
Type: SystemObject
handled
Type: SystemBoolean
See Also