Drag[en]gine Script Module DragonScript
1.23
|
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 Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.addChoice | ( | String | text, |
ActionListener | action | ||
) |
Add choice.
Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.
void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.addChoice | ( | String | text, |
Image | image, | ||
ActionListener | action | ||
) |
Add choice.
void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.endChoosing | ( | ) |
End player choosing.
This hides the choices.
Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.
void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.removeAllChoices | ( | ) |
Remove all choices.
Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.
void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.startChoosing | ( | ) |
Start player choosing.
This shows the choices to the player.
Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.