Pyrogenesis  trunk
Functions
JSI_Debug Namespace Reference

Functions

double GetMicroseconds ()
 Microseconds since the epoch. More...
 
int Crash ()
 
void DebugWarn ()
 
void DisplayErrorDialog (const std::wstring &msg)
 
std::wstring GetBuildDate ()
 
double GetBuildTimestamp ()
 
std::wstring GetBuildRevision ()
 
void RegisterScriptFunctions (const ScriptRequest &rq)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...
 

Function Documentation

◆ Crash()

int JSI_Debug::Crash ( )

◆ DebugWarn()

void JSI_Debug::DebugWarn ( )

◆ DisplayErrorDialog()

void JSI_Debug::DisplayErrorDialog ( const std::wstring &  msg)

◆ GetBuildDate()

std::wstring JSI_Debug::GetBuildDate ( )

◆ GetBuildRevision()

std::wstring JSI_Debug::GetBuildRevision ( )

◆ GetBuildTimestamp()

double JSI_Debug::GetBuildTimestamp ( )

◆ GetMicroseconds()

double JSI_Debug::GetMicroseconds ( )

Microseconds since the epoch.

◆ RegisterScriptFunctions()

void JSI_Debug::RegisterScriptFunctions ( const ScriptRequest rq)

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

Parameters
ScriptRequestScript Request where RegisterScriptFunctions() registers the functions.
See also
GuiScriptingInit()