Drag[en]gine Script Module DragonScript  1.21
Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice Interface Reference

Conversation playback player choice interface. More...

Inheritance diagram for Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice:
Dragengine.Gui.PanelPlayerChoice Dragengine.Gui.WindowPlayerChoice

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

Detailed Description

Conversation playback player choice interface.

Member Function Documentation

◆ addChoice() [1/2]

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.addChoice ( String  text,
ActionListener  action 
)

◆ addChoice() [2/2]

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.addChoice ( String  text,
Image  image,
ActionListener  action 
)

Add choice.

◆ endChoosing()

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.endChoosing ( )

End player choosing.

This hides the choices.

Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.

◆ removeAllChoices()

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.removeAllChoices ( )

Remove all choices.

Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.

◆ startChoosing()

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.startChoosing ( )

Start player choosing.

This shows the choices to the player.

Implemented in Dragengine.Gui.WindowPlayerChoice, and Dragengine.Gui.PanelPlayerChoice.


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