C# 클래스 BnS_ACT_Plugin.Test.TestACTWrapper

상속: BNS_ACT_Plugin.IACTWrapper
파일 보기 프로젝트 열기: ravahn/BnS_ACT_Plugin 1 사용 예제들

공개 메소드들

메소드 설명
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