Combat action event delegate
| C# | Visual Basic | Visual C++ |
public delegate void CombatActionDelegate( bool isImport, CombatActionEventArgs actionInfo )
Public Delegate Sub CombatActionDelegate ( _ isImport As Boolean, _ actionInfo As CombatActionEventArgs _ )
public delegate void CombatActionDelegate( bool isImport, CombatActionEventArgs^ actionInfo )
- 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