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