Drag[en]gine Script Module DragonScript
1.23
|
Interact prompt entry. More...
Public Member Functions | |
bool | equals (Object other) |
Prompts are equal. More... | |
Array | getAlternativeCommands () |
Alternative commands as Array of Command. More... | |
Command | getCommand () |
Command or null if not used. More... | |
UnicodeString | getDescription () |
Description. More... | |
Image | getImage () |
Image or null. More... | |
Object | getSettings () |
Optional settings or null if not used. More... | |
String | getStyle () |
Style or empty string if not used. More... | |
UnicodeString | getVerb () |
Verb. More... | |
Video | getVideo () |
Video or null. More... | |
InteractPromptEntry | new () |
Create interact prompt entry. More... | |
InteractPromptEntry | new (InteractPromptEntry copy) |
Create copy of interact prompt entry. More... | |
void | setCommand (Command command) |
Set command or null if not used. More... | |
void | setDescription (UnicodeString description) |
Set description. More... | |
void | setImage (Image image) |
Set image or null. More... | |
void | setSettings (Object settings) |
Set optional settings or null if not used. More... | |
void | setStyle (String style) |
Set style or empty string if not used. More... | |
void | setVerb (UnicodeString verb) |
Set verb. More... | |
void | setVideo (Video video) |
Set video or null. More... | |
String | toString () |
String representation. More... | |
Public Attributes | |
Array | pAlternativeCommands |
Command | pCommand |
UnicodeString | pDescription |
Image | pImage |
Object | pSettings |
String | pStyle |
UnicodeString | pVerb |
Video | pVideo |
Interact prompt entry.
Contains the prompt information to show for use in an InteractPrompt widget. The entry contains a bunch of information which can be displayed in a prompt. View widgets decide what information to show.
bool Dragengine.Gui.InteractPromptEntry.equals | ( | Object | other | ) |
Prompts are equal.
Array Dragengine.Gui.InteractPromptEntry.getAlternativeCommands | ( | ) |
Alternative commands as Array of Command.
Command Dragengine.Gui.InteractPromptEntry.getCommand | ( | ) |
Command or null if not used.
UnicodeString Dragengine.Gui.InteractPromptEntry.getDescription | ( | ) |
Description.
Object Dragengine.Gui.InteractPromptEntry.getSettings | ( | ) |
Optional settings or null if not used.
String Dragengine.Gui.InteractPromptEntry.getStyle | ( | ) |
Style or empty string if not used.
UnicodeString Dragengine.Gui.InteractPromptEntry.getVerb | ( | ) |
Verb.
InteractPromptEntry Dragengine.Gui.InteractPromptEntry.new | ( | ) |
Create interact prompt entry.
InteractPromptEntry Dragengine.Gui.InteractPromptEntry.new | ( | InteractPromptEntry | copy | ) |
Create copy of interact prompt entry.
void Dragengine.Gui.InteractPromptEntry.setCommand | ( | Command | command | ) |
Set command or null if not used.
void Dragengine.Gui.InteractPromptEntry.setDescription | ( | UnicodeString | description | ) |
Set description.
void Dragengine.Gui.InteractPromptEntry.setImage | ( | Image | image | ) |
Set image or null.
void Dragengine.Gui.InteractPromptEntry.setSettings | ( | Object | settings | ) |
Set optional settings or null if not used.
void Dragengine.Gui.InteractPromptEntry.setStyle | ( | String | style | ) |
Set style or empty string if not used.
void Dragengine.Gui.InteractPromptEntry.setVerb | ( | UnicodeString | verb | ) |
Set verb.
void Dragengine.Gui.InteractPromptEntry.setVideo | ( | Video | video | ) |
Set video or null.
String Dragengine.Gui.InteractPromptEntry.toString | ( | ) |
String representation.
Array Dragengine.Gui.InteractPromptEntry.pAlternativeCommands |
Command Dragengine.Gui.InteractPromptEntry.pCommand |
UnicodeString Dragengine.Gui.InteractPromptEntry.pDescription |
Image Dragengine.Gui.InteractPromptEntry.pImage |
Object Dragengine.Gui.InteractPromptEntry.pSettings |
String Dragengine.Gui.InteractPromptEntry.pStyle |
UnicodeString Dragengine.Gui.InteractPromptEntry.pVerb |
Video Dragengine.Gui.InteractPromptEntry.pVideo |