Click or drag to resize

CombatActionEventArgs Class

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

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

The CombatActionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCombatActionEventArgs(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
Public methodCombatActionEventArgs(Int32, Boolean, String, String, Dnum, DateTime, Int32, String, String) Obsolete.
Event data containing info about the combat action. If subscribed to the correct event, this info can be changed before being stored as data
Public methodCombatActionEventArgs(Int32, Boolean, String, String, String, Dnum, DateTime, Int32, String, String) Obsolete.
Event data containing info about the combat action. If subscribed to the correct event, this info can be changed before being stored as data
Top
Fields
  NameDescription
Public fieldattacker
The source of the action
Public fieldcancelAction
If this is set to true, the data will not be entered
Public fieldcombatAction
Read-only object reference
Public fieldcritical
If the attack was a critical hit
Public fielddamage
The amount of damage
Public fieldspecial
A "double" attack, "flurry" etc... or "None"
Public fieldswingType
The action type. (int)SwingTypeEnum can help you convert this.
Public fieldtags
Arbitrary data you may assign to a MasterSwing object
Public fieldtheAttackType
The skill name or type of action
Public fieldtheDamageType
The type of damage, such as crushing, divine, etc
Public fieldtime
Time of occurance
Public fieldtimeSorter
A variable used for stable sorting between actions with the same timestamp
Public fieldvictim
The destination of the action
Top
See Also