Drag[en]gine Script Module DragonScript 1.23
Loading...
Searching...
No Matches
Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice Interface Reference

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.
 

Detailed Description

Conversation playback player choice interface.

Member Function Documentation

◆ addChoice() [1/2]

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

Add choice.

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

◆ removeAllChoices()

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.removeAllChoices ( )

Remove all choices.

◆ startChoosing()

void Dragengine.ConversationSystem.ConversationPlaybackPlayerChoice.startChoosing ( )

Start player choosing.

This shows the choices to the player.


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