|
Drag[en]gine Script Module DragonScript 1.32.1
|
Conversation playback player choice interface. More...
Public Member Functions | |
| void | addChoice (String text, ActionListener action) |
| Add choice. | |
| void | addChoice (String text, Image image, ActionListener action) |
| Add choice. | |
| void | endChoosing () |
| End player choosing. | |
| void | removeAllChoices () |
| Remove all choices. | |
| void | startChoosing () |
| Start player choosing. | |
Conversation playback player choice interface.
| void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.addChoice | ( | String | text, |
| ActionListener | action | ||
| ) |
Add choice.
| 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.
| void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.removeAllChoices | ( | ) |
Remove all choices.
| void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.startChoosing | ( | ) |
Start player choosing.
This shows the choices to the player.