C# Class BnS_ACT_Plugin.Test.TestACTWrapper

Inheritance: BNS_ACT_Plugin.IACTWrapper
Show file Open project: ravahn/BnS_ACT_Plugin Class Usage Examples

Public Methods

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

Method Details

AddCombatAction() public method

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

SetEncounter() public method

public SetEncounter ( System.DateTime Time, string Attacker, string Victim ) : bool
Time System.DateTime
Attacker string
Victim string
return bool

TestACTWrapper() public method

public TestACTWrapper ( ) : System
return System