C# 클래스 StatusRequirement, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
classLevel bool
comparison ValueCheck
setter ValueSetter
statID int
statusNeeded StatusNeeded
value int

공개 메소드들

메소드 설명
CheckRequirement ( Combatant, c ) : bool
GetData ( Hashtable ht ) : Hashtable
SetData ( Hashtable ht ) : void
StatusRequirement ( ) : System.Collections
StatusRequirement ( Hashtable ht ) : System.Collections

메소드 상세

CheckRequirement() 공개 메소드

public CheckRequirement ( Combatant, c ) : bool
c Combatant,
리턴 bool

GetData() 공개 메소드

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

SetData() 공개 메소드

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

StatusRequirement() 공개 메소드

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

StatusRequirement() 공개 메소드

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

프로퍼티 상세

classLevel 공개적으로 프로퍼티

public bool classLevel
리턴 bool

comparison 공개적으로 프로퍼티

public ValueCheck comparison
리턴 ValueCheck

setter 공개적으로 프로퍼티

public ValueSetter setter
리턴 ValueSetter

statID 공개적으로 프로퍼티

public int statID
리턴 int

statusNeeded 공개적으로 프로퍼티

public StatusNeeded statusNeeded
리턴 StatusNeeded

value 공개적으로 프로퍼티

public int value
리턴 int