Drag[en]gine Script Module DragonScript
1.23
|
Console command shows available languages and changing active language. More...
Public Member Functions | |
void | execute (Console console, Array params) |
Execute command. More... | |
bool | getChangeEngineTranslations () |
Change also engine translations. More... | |
TranslationManager | getTranslationManager () |
Translation manager. More... | |
LanguageConsoleCommand | new (TranslationManager translationManager) |
Create console command. More... | |
void | setChangeEngineTranslations (bool change) |
Set to change also engine translations. More... | |
void | setTranslationManager (TranslationManager translationManager) |
Set translation manager. More... | |
Public Member Functions inherited from Dragengine.Commands.ConsoleCommand | |
String | getDescription () |
Description to display to user. More... | |
String | getName () |
Unique name of command. More... | |
String | getSyntax () |
Command syntax. More... | |
ConsoleCommand | new () |
Create console command. More... | |
void | setDescription (String description) |
void | setName (String name) |
Set unique name of command. More... | |
void | setSyntax (String syntax) |
Set command syntax. More... | |
Public Attributes | |
bool | pChangeEngineTranslations |
TranslationManager | pTranslationManager |
Console command shows available languages and changing active language.
void Dragengine.Commands.LanguageConsoleCommand.execute | ( | Console | console, |
Array | params | ||
) |
Execute command.
console | Console to send output to. |
params | List of parameters. Has to match command syntax. |
Reimplemented from Dragengine.Commands.ConsoleCommand.
bool Dragengine.Commands.LanguageConsoleCommand.getChangeEngineTranslations | ( | ) |
Change also engine translations.
Enabled by default.
TranslationManager Dragengine.Commands.LanguageConsoleCommand.getTranslationManager | ( | ) |
Translation manager.
LanguageConsoleCommand Dragengine.Commands.LanguageConsoleCommand.new | ( | TranslationManager | translationManager | ) |
Create console command.
void Dragengine.Commands.LanguageConsoleCommand.setChangeEngineTranslations | ( | bool | change | ) |
Set to change also engine translations.
void Dragengine.Commands.LanguageConsoleCommand.setTranslationManager | ( | TranslationManager | translationManager | ) |
Set translation manager.
bool Dragengine.Commands.LanguageConsoleCommand.pChangeEngineTranslations |
TranslationManager Dragengine.Commands.LanguageConsoleCommand.pTranslationManager |