C# 클래스 BnS_ACT_Plugin.Test.TestACTWrapper.CombatAction

파일 보기 프로젝트 열기: ravahn/BnS_ACT_Plugin

공개 프로퍼티들

프로퍼티 타입 설명
Attacker string
Critical bool
Damage Dnum
Special string
SwingType int
Time System.DateTime
TimeSorter int
Victim string
theAttackType string
theDamageType string

공개 메소드들

메소드 설명
CombatAction ( int SwingType, bool Critical, string Special, string Attacker, string theAttackType, Dnum Damage, System.DateTime Time, int TimeSorter, string Victim, string theDamageType ) : System

메소드 상세

CombatAction() 공개 메소드

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
리턴 System

프로퍼티 상세

Attacker 공개적으로 프로퍼티

public string Attacker
리턴 string

Critical 공개적으로 프로퍼티

public bool Critical
리턴 bool

Damage 공개적으로 프로퍼티

public Dnum Damage
리턴 Dnum

Special 공개적으로 프로퍼티

public string Special
리턴 string

SwingType 공개적으로 프로퍼티

public int SwingType
리턴 int

Time 공개적으로 프로퍼티

public DateTime,System Time
리턴 System.DateTime

TimeSorter 공개적으로 프로퍼티

public int TimeSorter
리턴 int

Victim 공개적으로 프로퍼티

public string Victim
리턴 string

theAttackType 공개적으로 프로퍼티

public string theAttackType
리턴 string

theDamageType 공개적으로 프로퍼티

public string theDamageType
리턴 string