Click or drag to resize

MasterSwing Constructor (Int32, Boolean, Dnum, DateTime, Int32, String, String, String, String)

Data object for a single combat action

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public MasterSwing(
	int SwingType,
	bool Critical,
	Dnum damage,
	DateTime Time,
	int TimeSorter,
	string theAttackType,
	string Attacker,
	string theDamageType,
	string Victim
)

Parameters

SwingType
Type: SystemInt32
Type of attack. Use (int)SwingTypeEnum
Critical
Type: SystemBoolean
Critical hit
damage
Type: Advanced_Combat_TrackerDnum
Amount of damage
Time
Type: SystemDateTime
Timestamp
TimeSorter
Type: SystemInt32
Unique sorting number for exact order sorting
theAttackType
Type: SystemString
Skill or spell name
Attacker
Type: SystemString
Source of the action
theDamageType
Type: SystemString
Type of damage inflicted (crushing/magic/heat/disease etc)
Victim
Type: SystemString
Target of the Action
See Also