![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Go to the source code of this file.
Functions | |
void | CmdSetLanguage (const Ogre::StringVector ¶ms) |
Sets the language for texts. More... | |
void | CmdSetLanguageCompletition (Ogre::StringVector &complete_params) |
Loads a list of every available language identifiers. More... | |
void CmdSetLanguage | ( | const Ogre::StringVector & | params | ) |
Sets the language for texts.
[in] | params | Command parameters. Exactly three are required. The first one is the command name and it's not evaluated here. The second one must be the language to set. If less than three parameter are passed, a usage string will be printed instead, and nothing will be done. |
void CmdSetLanguageCompletition | ( | Ogre::StringVector & | complete_params | ) |
Loads a list of every available language identifiers.
To do so, it uses the folders in data/texts.
[out] | complete_params | The list of languages will be saved here. |