C# Класс BnS_ACT_Plugin.Test.TestACTWrapper

Наследование: BNS_ACT_Plugin.IACTWrapper
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddCombatAction() публичный Метод

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
Результат void

SetEncounter() публичный Метод

public SetEncounter ( System.DateTime Time, string Attacker, string Victim ) : bool
Time System.DateTime
Attacker string
Victim string
Результат bool

TestACTWrapper() публичный Метод

public TestACTWrapper ( ) : System
Результат System