C# 클래스 AICondition, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
chance int
checkStatusID int
effectActive ActiveSelection
effectID int
elementCheck ValueCheck
elementID int
elementValue int
everyTurn bool
isDead bool
raceID int
sizeID int
statusCheck ValueCheck
statusID int
statusSetter ValueSetter
statusValue int
target AIConditionTarget
turn int
type AIConditionType

공개 메소드들

메소드 설명
AICondition ( ) : System.Collections
IsValid ( int id, Combatant, allies, Combatant, enemies ) : int

비공개 메소드들

메소드 설명
CheckDeath ( Combatant, combatant ) : int
CheckEffect ( Combatant, combatant ) : int
CheckRace ( Combatant, combatant ) : int
CheckSize ( Combatant, combatant ) : int
CheckStatus ( Combatant, combatant ) : int
CheckValue ( int val, int cVal, ValueCheck check ) : bool
GetSelf ( int id, Combatant, allies ) : Combatant,

메소드 상세

AICondition() 공개 메소드

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

IsValid() 공개 메소드

public IsValid ( int id, Combatant, allies, Combatant, enemies ) : int
id int
allies Combatant,
enemies Combatant,
리턴 int

프로퍼티 상세

chance 공개적으로 프로퍼티

public int chance
리턴 int

checkStatusID 공개적으로 프로퍼티

public int checkStatusID
리턴 int

effectActive 공개적으로 프로퍼티

public ActiveSelection effectActive
리턴 ActiveSelection

effectID 공개적으로 프로퍼티

public int effectID
리턴 int

elementCheck 공개적으로 프로퍼티

public ValueCheck elementCheck
리턴 ValueCheck

elementID 공개적으로 프로퍼티

public int elementID
리턴 int

elementValue 공개적으로 프로퍼티

public int elementValue
리턴 int

everyTurn 공개적으로 프로퍼티

public bool everyTurn
리턴 bool

isDead 공개적으로 프로퍼티

public bool isDead
리턴 bool

raceID 공개적으로 프로퍼티

public int raceID
리턴 int

sizeID 공개적으로 프로퍼티

public int sizeID
리턴 int

statusCheck 공개적으로 프로퍼티

public ValueCheck statusCheck
리턴 ValueCheck

statusID 공개적으로 프로퍼티

public int statusID
리턴 int

statusSetter 공개적으로 프로퍼티

public ValueSetter statusSetter
리턴 ValueSetter

statusValue 공개적으로 프로퍼티

public int statusValue
리턴 int

target 공개적으로 프로퍼티

public AIConditionTarget target
리턴 AIConditionTarget

turn 공개적으로 프로퍼티

public int turn
리턴 int

type 공개적으로 프로퍼티

public AIConditionType type
리턴 AIConditionType