C# 클래스 DifficultyBonus, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
blockBonus float
counterBonus float
criticalBonus float
difficultyID int
elementBonus int[]
escapeBonus float
hitBonus float
itemStealBonus float
moneyStealBonus float
raceBonus int[]
sizeBonus int[]
speedBonus float
statusBonus int[]

공개 메소드들

메소드 설명
AddElement ( ) : void
AddRace ( ) : void
AddSize ( ) : void
DifficultyBonus ( ) : System.Collections
GetData ( Hashtable ht ) : Hashtable
RemoveElement ( int index ) : void
RemoveRace ( int index ) : void
RemoveSize ( int index ) : void
SetData ( Hashtable ht ) : void

메소드 상세

AddElement() 공개 메소드

public AddElement ( ) : void
리턴 void

AddRace() 공개 메소드

public AddRace ( ) : void
리턴 void

AddSize() 공개 메소드

public AddSize ( ) : void
리턴 void

DifficultyBonus() 공개 메소드

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

GetData() 공개 메소드

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

RemoveElement() 공개 메소드

public RemoveElement ( int index ) : void
index int
리턴 void

RemoveRace() 공개 메소드

public RemoveRace ( int index ) : void
index int
리턴 void

RemoveSize() 공개 메소드

public RemoveSize ( int index ) : void
index int
리턴 void

SetData() 공개 메소드

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

프로퍼티 상세

blockBonus 공개적으로 프로퍼티

public float blockBonus
리턴 float

counterBonus 공개적으로 프로퍼티

public float counterBonus
리턴 float

criticalBonus 공개적으로 프로퍼티

public float criticalBonus
리턴 float

difficultyID 공개적으로 프로퍼티

public int difficultyID
리턴 int

elementBonus 공개적으로 프로퍼티

public int[] elementBonus
리턴 int[]

escapeBonus 공개적으로 프로퍼티

public float escapeBonus
리턴 float

hitBonus 공개적으로 프로퍼티

public float hitBonus
리턴 float

itemStealBonus 공개적으로 프로퍼티

public float itemStealBonus
리턴 float

moneyStealBonus 공개적으로 프로퍼티

public float moneyStealBonus
리턴 float

raceBonus 공개적으로 프로퍼티

public int[] raceBonus
리턴 int[]

sizeBonus 공개적으로 프로퍼티

public int[] sizeBonus
리턴 int[]

speedBonus 공개적으로 프로퍼티

public float speedBonus
리턴 float

statusBonus 공개적으로 프로퍼티

public int[] statusBonus
리턴 int[]