Pyrogenesis  trunk
Namespaces | Functions
JSInterface_Mod.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JSI_Mod
 

Functions

void JSI_Mod::RegisterScriptFunctions (ScriptInterface &scriptInterface)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...
 
JS::Value JSI_Mod::GetAvailableMods (ScriptInterface::CxPrivate *pCxPrivate)
 Returns a JS object containing a listing of available mods that have a modname.json file in their modname folder. More...
 
void JSI_Mod::RestartEngine (ScriptInterface::CxPrivate *pCxPrivate)
 
void JSI_Mod::SetMods (ScriptInterface::CxPrivate *pCxPrivate, const std::vector< CStr > &mods)