Click or drag to resize

CombatActionEventArgs Fields

The CombatActionEventArgs type exposes the following members.

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