MasterSwing(Int32, Boolean, Dnum, DateTime, Int32, String, String, String, String) Constructor |
Data object for a single combat action
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic MasterSwing(
int SwingType,
bool Critical,
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
- 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