Data object holding all info relating to a single attack(or any combat action)
| C# | Visual Basic | Visual C++ |
public class MasterSwing : IComparable, IComparable<MasterSwing>
Public Class MasterSwing _ Implements IComparable, IComparable(Of MasterSwing)
public ref class MasterSwing : IComparable, IComparable<MasterSwing^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MasterSwing(Int32, Boolean, Dnum, DateTime, Int32, String, String, String, String) |
Data object for a single combat action
| |
| MasterSwing(Int32, Boolean, String, Dnum, DateTime, Int32, String, String, String, String) |
Data object for a single combat action
| |
| Attacker |
Source of the action
| |
| AttackType |
Skill or Spell Name
| |
| ColCollection |
Contains SQL column data
| |
| ColHeaderCollection |
Contains SQL column names
| |
| ColHeaderString |
Contains SQL column names
| |
| ColTypeCollection |
Contains SQL column data types
| |
| CompareTo(Object) | ||
| CompareTo(MasterSwing) | ||
| Critical |
Critical hit
| |
| Damage |
Amount of damage
| |
| DamageType |
Type of damage inflicted (crushing/magic/heat/disease etc)
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| Finalize()()() | (Inherited from Object.) | |
| GetColumnByName(String) |
Gets the cell text for a given column
| |
| GetHashCode()()() | (Overrides Object.GetHashCode()()().) | |
| GetType()()() | (Inherited from Object.) | |
| MemberwiseClone()()() | (Inherited from Object.) | |
| ParentEncounter | ||
| Special | ||
| SwingType |
Type of attack. Use (int)SwingTypeEnum
| |
| Time |
Timestamp
| |
| TimeSorter |
Unique sorting number for exact order sorting
| |
| ToString()()() | (Overrides Object.ToString()()().) | |
| Victim |
Destination of the action
|
| Object | |
| MasterSwing | |