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.
| C# | Visual Basic | Visual C++ |
public event CombatActionDelegate AfterCombatAction
Public Event AfterCombatAction As CombatActionDelegate
public: event CombatActionDelegate^ AfterCombatAction { void add (CombatActionDelegate^ value); void remove (CombatActionDelegate^ value); }