Click or drag to resize

CombatActionEventArgs Constructor (MasterSwing)

Event data containing info about the combat action. If subscribed to the correct event, this info can be changed before being stored as data

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public CombatActionEventArgs(
	MasterSwing CombatAction
)

Parameters

CombatAction
Type: Advanced_Combat_TrackerMasterSwing
Created object reference to change
See Also