C# Class BnS_ACT_Plugin.Test.TestACTWrapper.CombatAction

Afficher le fichier Open project: ravahn/BnS_ACT_Plugin

Méthodes publiques

Свойство Type Description
Attacker string
Critical bool
Damage Dnum
Special string
SwingType int
Time System.DateTime
TimeSorter int
Victim string
theAttackType string
theDamageType string

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

Attacker public_oe property

public string Attacker
Résultat string

Critical public_oe property

public bool Critical
Résultat bool

Damage public_oe property

public Dnum Damage
Résultat Dnum

Special public_oe property

public string Special
Résultat string

SwingType public_oe property

public int SwingType
Résultat int

Time public_oe property

public DateTime,System Time
Résultat System.DateTime

TimeSorter public_oe property

public int TimeSorter
Résultat int

Victim public_oe property

public string Victim
Résultat string

theAttackType public_oe property

public string theAttackType
Résultat string

theDamageType public_oe property

public string theDamageType
Résultat string