Click or drag to resize

FormActMainAfterCombatAction Event

A parsed combat action after it is entered as data. Subscribing to this event shows the data in its final form. Changing the action now would yield no meaningful results.

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

Value

Type: Advanced_Combat_TrackerCombatActionDelegate
See Also