Click or drag to resize

FormActMainAddCombatAction Method (MasterSwing)

Runs the parsed data through the renaming checks(Data Correction tab), raises API events, notifies the Spell Timers window and adds the data to the current encounter

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void AddCombatAction(
	MasterSwing Action
)

Parameters

Action
Type: Advanced_Combat_TrackerMasterSwing
The combat action to add to the current encounter
See Also