Pyrogenesis  trunk
Functions
JSI_Console Namespace Reference

Functions

bool CheckGlobalInitialized ()
 
bool GetVisibleEnabled (ScriptInterface::CxPrivate *pCxPrivate)
 
void SetVisibleEnabled (ScriptInterface::CxPrivate *pCxPrivate, bool Enabled)
 
void RegisterScriptFunctions (ScriptInterface &scriptInterface)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...
 

Function Documentation

bool JSI_Console::CheckGlobalInitialized ( )
bool JSI_Console::GetVisibleEnabled ( ScriptInterface::CxPrivate pCxPrivate)
void JSI_Console::RegisterScriptFunctions ( ScriptInterface scriptInterface)

Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context.

Parameters
ScriptInterfaceJavaScript context where RegisterScriptFunctions() registers the functions.
See also
GuiScriptingInit()
void JSI_Console::SetVisibleEnabled ( ScriptInterface::CxPrivate pCxPrivate,
bool  Enabled 
)