Drag[en]gine Script Module DragonScript Script API
1.0
|
Conversation playback player choice interface. More...
Public Member Functions | |
void | addChoice (String text, ActionListener action) |
Add choice. More... | |
void | addChoice (String text, Image image, ActionListener action) |
Add choice. More... | |
void | endChoosing () |
End player choosing. More... | |
void | removeAllChoices () |
Remove all choices. More... | |
void | startChoosing () |
Start player choosing. More... | |
Conversation playback player choice interface.
void addChoice | ( | String | text, |
ActionListener | action | ||
) |
Add choice.
Implemented in PanelPlayerChoice, and WindowPlayerChoice.
void addChoice | ( | String | text, |
Image | image, | ||
ActionListener | action | ||
) |
Add choice.
Implemented in PanelPlayerChoice, and WindowPlayerChoice.
void endChoosing | ( | ) |
End player choosing.
This hides the choices.
Implemented in PanelPlayerChoice, and WindowPlayerChoice.
void removeAllChoices | ( | ) |
Remove all choices.
Implemented in PanelPlayerChoice, and WindowPlayerChoice.
void startChoosing | ( | ) |
Start player choosing.
This shows the choices to the player.
Implemented in PanelPlayerChoice, and WindowPlayerChoice.