|
Drag[en]gine Script Module DragonScript 1.32.1
|
Interact prompt entry. More...
Public Member Functions | |
| bool | equals (Object other) |
| Prompts are equal. | |
| Array | getAlternativeCommands () |
| Alternative commands as Array of Command. | |
| Command | getCommand () |
| Command or null if not used. | |
| UnicodeString | getDescription () |
| Description. | |
| Image | getImage () |
| Image or null. | |
| Object | getSettings () |
| Optional settings or null if not used. | |
| String | getStyle () |
| Style or empty string if not used. | |
| UnicodeString | getVerb () |
| Verb. | |
| Video | getVideo () |
| Video or null. | |
| InteractPromptEntry | new () |
| Create interact prompt entry. | |
| InteractPromptEntry | new (InteractPromptEntry copy) |
| Create copy of interact prompt entry. | |
| void | setCommand (Command command) |
| Set command or null if not used. | |
| void | setDescription (UnicodeString description) |
| Set description. | |
| void | setImage (Image image) |
| Set image or null. | |
| void | setSettings (Object settings) |
| Set optional settings or null if not used. | |
| void | setStyle (String style) |
| Set style or empty string if not used. | |
| void | setVerb (UnicodeString verb) |
| Set verb. | |
| void | setVideo (Video video) |
| Set video or null. | |
| String | toString () |
| String representation. | |
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.
| Image Dragengine.Gui.InteractPromptEntry.getImage | ( | ) |
Image or null.
| 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.
| Video Dragengine.Gui.InteractPromptEntry.getVideo | ( | ) |
Video or null.
| 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 |