C# Class BnS_ACT_Plugin.Test.TestACTWrapper.CombatAction

Exibir arquivo 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_oe property

public string Attacker
return string

Critical public_oe property

public bool Critical
return bool

Damage public_oe property

public Dnum Damage
return Dnum

Special public_oe property

public string Special
return string

SwingType public_oe property

public int SwingType
return int

Time public_oe property

public DateTime,System Time
return System.DateTime

TimeSorter public_oe property

public int TimeSorter
return int

Victim public_oe property

public string Victim
return string

theAttackType public_oe property

public string theAttackType
return string

theDamageType public_oe property

public string theDamageType
return string