Click or drag to resize

FormActMainBeforeCombatAction Event

A parsed combat action before it is entered as data. Subscribing to this event allows you to change parsed data in real time.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public event CombatActionDelegate BeforeCombatAction

Value

Type: Advanced_Combat_TrackerCombatActionDelegate
See Also