Drag[en]gine Script Module DragonScript  1.23
Dragengine.ConversationSystem.ConversationPlayerChoice Class Reference

Action for player choice window entry setting the next conversation actions to run. More...

Inheritance diagram for Dragengine.ConversationSystem.ConversationPlayerChoice:
Dragengine.Gui.Events.ActionListener

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...
 

Detailed Description

Action for player choice window entry setting the next conversation actions to run.

Member Function Documentation

◆ getActionIterator()

ConversationActionIterator Dragengine.ConversationSystem.ConversationPlayerChoice.getActionIterator ( )

Action iterator or null if not set.

◆ getLayer()

ConversationPlaybackLayer Dragengine.ConversationSystem.ConversationPlayerChoice.getLayer ( )

Layer to go back to.

◆ getPlayback()

ConversationPlayback Dragengine.ConversationSystem.ConversationPlayerChoice.getPlayback ( )

Conversation playback.

◆ getValue()

int Dragengine.ConversationSystem.ConversationPlayerChoice.getValue ( )

Value to set the variable to.

◆ getVariable()

String Dragengine.ConversationSystem.ConversationPlayerChoice.getVariable ( )

Name of variable to set with the selected option or null if not used.

◆ new()

ConversationPlayerChoice Dragengine.ConversationSystem.ConversationPlayerChoice.new ( ConversationPlayback  playback,
ConversationPlaybackLayer  layer,
ConversationActionIterator  actionIterator,
String  variable,
int  value 
)

Create conversation player choice option.

◆ onAction()

void Dragengine.ConversationSystem.ConversationPlayerChoice.onAction ( ActionEvent  event)

Action fired.

Implements Dragengine.Gui.Events.ActionListener.


The documentation for this class was generated from the following file: