C# Class BnS_ACT_Plugin.Test.TestACTWrapper.CombatAction

Show file Open project: ravahn/BnS_ACT_Plugin

Public Properties

Property Type Description
Attacker string
Critical bool
Damage Dnum
Special string
SwingType int
Time System.DateTime
TimeSorter int
Victim string
theAttackType string
theDamageType string

Public Methods

Method Description
CombatAction ( int SwingType, bool Critical, string Special, string Attacker, string theAttackType, Dnum Damage, System.DateTime Time, int TimeSorter, string Victim, string theDamageType ) : System

Method Details

CombatAction() public method

public CombatAction ( int SwingType, bool Critical, string Special, string Attacker, string theAttackType, Dnum Damage, System.DateTime Time, int TimeSorter, string Victim, string theDamageType ) : System
SwingType int
Critical bool
Special string
Attacker string
theAttackType string
Damage Dnum
Time System.DateTime
TimeSorter int
Victim string
theDamageType string
return System

Property Details

Attacker public property

public string Attacker
return string

Critical public property

public bool Critical
return bool

Damage public property

public Dnum Damage
return Dnum

Special public property

public string Special
return string

SwingType public property

public int SwingType
return int

Time public property

public DateTime,System Time
return System.DateTime

TimeSorter public property

public int TimeSorter
return int

Victim public property

public string Victim
return string

theAttackType public property

public string theAttackType
return string

theDamageType public property

public string theDamageType
return string