Click or drag to resize

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

Data object for a single combat action

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

Parameters

SwingType  Int32
Type of attack. Use (int)SwingTypeEnum
Critical  Boolean
Critical hit
Special  String
If a special type of attack (flurry, double, etc)
damage  Dnum
Amount of damage
Time  DateTime
Timestamp
TimeSorter  Int32
Unique sorting number for exact order sorting
theAttackType  String
Skill or spell name
Attacker  String
Source of the action
theDamageType  String
Type of damage inflicted (crushing/magic/heat/disease etc)
Victim  String
Target of the Action
See Also