C# 클래스 VariableCondition, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
checkType bool[]
needed AIConditionNeeded
numberCheckType bool[]
numberValueCheck ValueCheck[]
numberVarKey string[]
numberVarValue float[]
variableKey string[]
variableValue string[]

공개 메소드들

메소드 설명
AddNumberVariable ( ) : void
AddVariable ( ) : void
CheckVariables ( ) : bool
GetData ( string title ) : Hashtable
RemoveNumberVariable ( int index ) : void
RemoveVariable ( int index ) : void
SetData ( Hashtable ht ) : void
VariableCondition ( ) : System.Collections

메소드 상세

AddNumberVariable() 공개 메소드

public AddNumberVariable ( ) : void
리턴 void

AddVariable() 공개 메소드

public AddVariable ( ) : void
리턴 void

CheckVariables() 공개 메소드

public CheckVariables ( ) : bool
리턴 bool

GetData() 공개 메소드

public GetData ( string title ) : Hashtable
title string
리턴 Hashtable

RemoveNumberVariable() 공개 메소드

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

RemoveVariable() 공개 메소드

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

SetData() 공개 메소드

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

VariableCondition() 공개 메소드

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

프로퍼티 상세

checkType 공개적으로 프로퍼티

public bool[] checkType
리턴 bool[]

needed 공개적으로 프로퍼티

public AIConditionNeeded needed
리턴 AIConditionNeeded

numberCheckType 공개적으로 프로퍼티

public bool[] numberCheckType
리턴 bool[]

numberValueCheck 공개적으로 프로퍼티

public ValueCheck[] numberValueCheck
리턴 ValueCheck[]

numberVarKey 공개적으로 프로퍼티

public string[] numberVarKey
리턴 string[]

numberVarValue 공개적으로 프로퍼티

public float[] numberVarValue
리턴 float[]

variableKey 공개적으로 프로퍼티

public string[] variableKey
리턴 string[]

variableValue 공개적으로 프로퍼티

public string[] variableValue
리턴 string[]