C# 클래스 ValueChange, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
blockable bool
cancelSkills bool
efficiency float
formula int
formulaChooser FormulaChooser
ignoreDefend bool
ignoreElement bool
ignoreRace bool
ignoreSize bool
randomMax int
randomMin int
simpleOperator SimpleOperator
status int
value int

공개 메소드들

메소드 설명
ChangeValue ( int statusID, int elementID, Combatant, user, Combatant, target, bool showNumber, float damageFactor, float damageMultiplier ) : int
CompareTo ( ValueChange, vc ) : bool
GetChange ( Combatant, user, Combatant, target, float damageFactor, float damageMultiplier ) : int
GetData ( Hashtable ht ) : Hashtable
IsAdd ( ) : bool
IsSet ( ) : bool
IsSub ( ) : bool
SetData ( Hashtable ht ) : void
ValueChange ( ) : System.Collections
ValueChange ( Hashtable ht ) : System.Collections

비공개 메소드들

메소드 설명
GetDefendedChange ( int change, int elementID, Combatant, user, Combatant, target ) : int

메소드 상세

ChangeValue() 공개 메소드

public ChangeValue ( int statusID, int elementID, Combatant, user, Combatant, target, bool showNumber, float damageFactor, float damageMultiplier ) : int
statusID int
elementID int
user Combatant,
target Combatant,
showNumber bool
damageFactor float
damageMultiplier float
리턴 int

CompareTo() 공개 메소드

public CompareTo ( ValueChange, vc ) : bool
vc ValueChange,
리턴 bool

GetChange() 공개 메소드

public GetChange ( Combatant, user, Combatant, target, float damageFactor, float damageMultiplier ) : int
user Combatant,
target Combatant,
damageFactor float
damageMultiplier float
리턴 int

GetData() 공개 메소드

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
리턴 Hashtable

IsAdd() 공개 메소드

public IsAdd ( ) : bool
리턴 bool

IsSet() 공개 메소드

public IsSet ( ) : bool
리턴 bool

IsSub() 공개 메소드

public IsSub ( ) : bool
리턴 bool

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

ValueChange() 공개 메소드

public ValueChange ( ) : System.Collections
리턴 System.Collections

ValueChange() 공개 메소드

public ValueChange ( Hashtable ht ) : System.Collections
ht Hashtable
리턴 System.Collections

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

blockable 공개적으로 프로퍼티

public bool blockable
리턴 bool

cancelSkills 공개적으로 프로퍼티

public bool cancelSkills
리턴 bool

efficiency 공개적으로 프로퍼티

public float efficiency
리턴 float

formula 공개적으로 프로퍼티

public int formula
리턴 int

formulaChooser 공개적으로 프로퍼티

public FormulaChooser formulaChooser
리턴 FormulaChooser

ignoreDefend 공개적으로 프로퍼티

public bool ignoreDefend
리턴 bool

ignoreElement 공개적으로 프로퍼티

public bool ignoreElement
리턴 bool

ignoreRace 공개적으로 프로퍼티

public bool ignoreRace
리턴 bool

ignoreSize 공개적으로 프로퍼티

public bool ignoreSize
리턴 bool

randomMax 공개적으로 프로퍼티

public int randomMax
리턴 int

randomMin 공개적으로 프로퍼티

public int randomMin
리턴 int

simpleOperator 공개적으로 프로퍼티

public SimpleOperator simpleOperator
리턴 SimpleOperator

status 공개적으로 프로퍼티

public int status
리턴 int

value 공개적으로 프로퍼티

public int value
리턴 int