C# 클래스 ShowChoiceStep, RPGQuest

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

공개 메소드들

메소드 설명
AddChoice ( ) : void
ChoiceSelected ( int index, GameEvent, gameEvent ) : void
Execute ( GameEvent, gameEvent ) : void
GetChoiceText ( int index, int lang ) : string
GetData ( ) : Hashtable
RemoveChoice ( int index ) : void
ShowChoiceStep ( GameEventType, t ) : System.Collections

메소드 상세

AddChoice() 공개 메소드

public AddChoice ( ) : void
리턴 void

ChoiceSelected() 공개 메소드

public ChoiceSelected ( int index, GameEvent, gameEvent ) : void
index int
gameEvent GameEvent,
리턴 void

Execute() 공개 메소드

public Execute ( GameEvent, gameEvent ) : void
gameEvent GameEvent,
리턴 void

GetChoiceText() 공개 메소드

public GetChoiceText ( int index, int lang ) : string
index int
lang int
리턴 string

GetData() 공개 메소드

public GetData ( ) : Hashtable
리턴 Hashtable

RemoveChoice() 공개 메소드

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

ShowChoiceStep() 공개 메소드

public ShowChoiceStep ( GameEventType, t ) : System.Collections
t GameEventType,
리턴 System.Collections