C# Class TeleportChoiceStep, RPGQuest

Inheritance: EventStep
Datei anzeigen Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
ChoiceSelected ( int index, GameEvent, gameEvent ) : void
Execute ( GameEvent, gameEvent ) : void
GetData ( ) : Hashtable
TeleportChoiceStep ( GameEventType, t ) : System.Collections

Method Details

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

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

TeleportChoiceStep() public method

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