Drag[en]gine Script Module DragonScript
1.23
|
Action for player choice window entry setting the next conversation actions to run. More...
Public Member Functions | |
ConversationActionIterator | getActionIterator () |
Action iterator or null if not set. More... | |
ConversationPlaybackLayer | getLayer () |
Layer to go back to. More... | |
ConversationPlayback | getPlayback () |
Conversation playback. More... | |
int | getValue () |
Value to set the variable to. More... | |
String | getVariable () |
Name of variable to set with the selected option or null if not used. More... | |
ConversationPlayerChoice | new (ConversationPlayback playback, ConversationPlaybackLayer layer, ConversationActionIterator actionIterator, String variable, int value) |
Create conversation player choice option. More... | |
void | onAction (ActionEvent event) |
Action fired. More... | |
Action for player choice window entry setting the next conversation actions to run.
ConversationActionIterator Dragengine.ConversationSystem.ConversationPlayerChoice.getActionIterator | ( | ) |
Action iterator or null if not set.
ConversationPlaybackLayer Dragengine.ConversationSystem.ConversationPlayerChoice.getLayer | ( | ) |
Layer to go back to.
ConversationPlayback Dragengine.ConversationSystem.ConversationPlayerChoice.getPlayback | ( | ) |
Conversation playback.
int Dragengine.ConversationSystem.ConversationPlayerChoice.getValue | ( | ) |
Value to set the variable to.
String Dragengine.ConversationSystem.ConversationPlayerChoice.getVariable | ( | ) |
Name of variable to set with the selected option or null if not used.
ConversationPlayerChoice Dragengine.ConversationSystem.ConversationPlayerChoice.new | ( | ConversationPlayback | playback, |
ConversationPlaybackLayer | layer, | ||
ConversationActionIterator | actionIterator, | ||
String | variable, | ||
int | value | ||
) |
Create conversation player choice option.
void Dragengine.ConversationSystem.ConversationPlayerChoice.onAction | ( | ActionEvent | event | ) |
Action fired.
Implements Dragengine.Gui.Events.ActionListener.