C# Class ShowChoiceStep, RPGQuest

Inheritance: EventStep
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
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

Method Details

AddChoice() public method

public AddChoice ( ) : void
return void

ChoiceSelected() public method

public ChoiceSelected ( int index, GameEvent, gameEvent ) : void
index int
gameEvent GameEvent,
return void

Execute() public method

public Execute ( GameEvent, gameEvent ) : void
gameEvent GameEvent,
return void

GetChoiceText() public method

public GetChoiceText ( int index, int lang ) : string
index int
lang int
return string

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

RemoveChoice() public method

public RemoveChoice ( int index ) : void
index int
return void

ShowChoiceStep() public method

public ShowChoiceStep ( GameEventType, t ) : System.Collections
t GameEventType,
return System.Collections