Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
JS::Value | PushGuiPage (const ScriptRequest &rq, const std::wstring &name, JS::HandleValue initData) |
void | SwitchGuiPage (const ScriptInterface &scriptInterface, const std::wstring &name, JS::HandleValue initData) |
void | PopGuiPage (const ScriptRequest &rq, JS::HandleValue args) |
void | SetCursor (const std::wstring &name) |
void | ResetCursor () |
bool | TemplateExists (const std::string &templateName) |
CParamNode | GetTemplate (const std::string &templateName) |
void | RegisterScriptFunctions (const ScriptRequest &rq) |
CParamNode JSI_GUIManager::GetTemplate | ( | const std::string & | templateName | ) |
void JSI_GUIManager::PopGuiPage | ( | const ScriptRequest & | rq, |
JS::HandleValue | args | ||
) |
JS::Value JSI_GUIManager::PushGuiPage | ( | const ScriptRequest & | rq, |
const std::wstring & | name, | ||
JS::HandleValue | initData | ||
) |
void JSI_GUIManager::RegisterScriptFunctions | ( | const ScriptRequest & | rq | ) |
void JSI_GUIManager::ResetCursor | ( | ) |
void JSI_GUIManager::SetCursor | ( | const std::wstring & | name | ) |
void JSI_GUIManager::SwitchGuiPage | ( | const ScriptInterface & | scriptInterface, |
const std::wstring & | name, | ||
JS::HandleValue | initData | ||
) |
bool JSI_GUIManager::TemplateExists | ( | const std::string & | templateName | ) |