CombatActionDelegate Delegate |
Combat action event delegate
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public delegate void CombatActionDelegate(
bool isImport,
CombatActionEventArgs actionInfo
)
Parameters
- isImport
- Type: SystemBoolean
If you only wish to handle events from real-time parsing, ignore events with this True - actionInfo
- Type: Advanced_Combat_TrackerCombatActionEventArgs
All of the parsed info ready to used
See Also