![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
| void | QuitEngine () |
| void | StartAtlas () |
| bool | AtlasIsAvailable () |
| bool | IsAtlasRunning () |
| void | OpenURL (const std::string &url) |
| std::wstring | GetSystemUsername () |
| std::wstring | GetMatchID () |
| JS::Value | LoadMapSettings (const ScriptInterface &scriptInterface, const VfsPath &pathname) |
| int | GetFps () |
| CSize2D | GetTextSize (const std::string &fontName, const std::wstring &text) |
| int | GetTextWidth (const std::string &fontName, const std::wstring &text) |
| std::string | CalculateMD5 (const std::string &input) |
| void | RegisterScriptFunctions (const ScriptRequest &rq) |
| bool JSI_Main::AtlasIsAvailable | ( | ) |
| std::string JSI_Main::CalculateMD5 | ( | const std::string & | input | ) |
| int JSI_Main::GetFps | ( | ) |
| std::wstring JSI_Main::GetMatchID | ( | ) |
| std::wstring JSI_Main::GetSystemUsername | ( | ) |
| CSize2D JSI_Main::GetTextSize | ( | const std::string & | fontName, |
| const std::wstring & | text | ||
| ) |
| int JSI_Main::GetTextWidth | ( | const std::string & | fontName, |
| const std::wstring & | text | ||
| ) |
| bool JSI_Main::IsAtlasRunning | ( | ) |
| JS::Value JSI_Main::LoadMapSettings | ( | const ScriptInterface & | scriptInterface, |
| const VfsPath & | pathname | ||
| ) |
| void JSI_Main::OpenURL | ( | const std::string & | url | ) |
| void JSI_Main::QuitEngine | ( | ) |
| void JSI_Main::RegisterScriptFunctions | ( | const ScriptRequest & | rq | ) |
| void JSI_Main::StartAtlas | ( | ) |