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 |
public ChoiceSelected ( int index, GameEvent, gameEvent ) : void | ||
index | int | |
gameEvent | GameEvent, | |
return | void |
public Execute ( GameEvent, gameEvent ) : void | ||
gameEvent | GameEvent, | |
return | void |
public GetChoiceText ( int index, int lang ) : string | ||
index | int | |
lang | int | |
return | string |
public ShowChoiceStep ( GameEventType, t ) : System.Collections | ||
t | GameEventType, | |
return | System.Collections |