Click or drag to resize

AttackType Properties

The AttackType type exposes the following members.

Properties
 NameDescription
Public propertyAttackTypeTypeObsolete
Public propertyAverage Average hit of successful
Public propertyAverageDelay Duration divided by number of swings
Public propertyBlocked A failed attack that is not a miss
Public propertyCharDPS Damage divided by the Character duration
Public propertyColCollection Contains SQL column data
Public propertyStatic memberColHeaderCollection Contains SQL column names
Public propertyStatic memberColHeaderString Contains SQL column names
Public propertyStatic memberColTypeCollection Contains SQL column data types
Public propertyCritHits Number of critical hits
Public propertyCritPerc String representation of the critical percentage rate
Public propertyDamage Amount of damage in total
Public propertyDPS Damage divided by the AttackType duration
Public propertyDuration From StartTime to EndTime, or in the case of merged data, the additions of each encounter
Public propertyDurationS Formatted duration string
Public propertyEncDPS Damage divided the Encounter duration
Public propertyEndTime Last attack
Public propertyExtDPSObsolete
Public propertyHits Number of successful hits
Public propertyItems Child Swing objects that make up this data. If you *add* to this data call InvalidateCachedValues(). If you make *any* other modifications, call InvalidateCachedValues(true).
Public propertyMaxHit Largest hit amount
Public propertyMedian Median value of attacks
Public propertyMinHit Smallest hit amount
Public propertyMisses Number of attacks that were a "miss", resists or other fails are not counted in this
Public propertyParent 
Public propertyResist The common type of damage the AttackType uses
Public propertyStartTime First attack
Public propertySwings Total number of attempted attacks
Public propertyTags Arbitrary data you may assign to a AttackType object
Public propertyToHit Percentage of hits
Public propertyType The label of the AttackType
Top
See Also