C# Class ShowChoiceStep, RPGQuest

Inheritance: EventStep
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddChoice ( ) : void
Résultat void

ChoiceSelected() public méthode

public ChoiceSelected ( int index, GameEvent, gameEvent ) : void
index int
gameEvent GameEvent,
Résultat void

Execute() public méthode

public Execute ( GameEvent, gameEvent ) : void
gameEvent GameEvent,
Résultat void

GetChoiceText() public méthode

public GetChoiceText ( int index, int lang ) : string
index int
lang int
Résultat string

GetData() public méthode

public GetData ( ) : Hashtable
Résultat Hashtable

RemoveChoice() public méthode

public RemoveChoice ( int index ) : void
index int
Résultat void

ShowChoiceStep() public méthode

public ShowChoiceStep ( GameEventType, t ) : System.Collections
t GameEventType,
Résultat System.Collections