![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
| JS::Value | GetSavedGames (const ScriptInterface &scriptInterface) |
| bool | DeleteSavedGame (const std::wstring &name) |
| void | SaveGame (const ScriptRequest &rq, const std::wstring &filename, const std::wstring &description, JS::HandleValue GUIMetadata) |
| void | SaveGamePrefix (const ScriptRequest &rq, const std::wstring &prefix, const std::wstring &description, JS::HandleValue GUIMetadata) |
| void | QuickSave (JS::HandleValue GUIMetadata) |
| void | QuickLoad () |
| JS::Value | StartSavedGame (const ScriptInterface &scriptInterface, const std::wstring &name) |
| void | ActivateRejoinTest () |
| void | RegisterScriptFunctions (const ScriptRequest &rq) |
| void JSI_SavedGame::ActivateRejoinTest | ( | ) |
| bool JSI_SavedGame::DeleteSavedGame | ( | const std::wstring & | name | ) |
| JS::Value JSI_SavedGame::GetSavedGames | ( | const ScriptInterface & | scriptInterface | ) |
| void JSI_SavedGame::QuickLoad | ( | ) |
| void JSI_SavedGame::QuickSave | ( | JS::HandleValue | GUIMetadata | ) |
| void JSI_SavedGame::RegisterScriptFunctions | ( | const ScriptRequest & | rq | ) |
| void JSI_SavedGame::SaveGame | ( | const ScriptRequest & | rq, |
| const std::wstring & | filename, | ||
| const std::wstring & | description, | ||
| JS::HandleValue | GUIMetadata | ||
| ) |
| void JSI_SavedGame::SaveGamePrefix | ( | const ScriptRequest & | rq, |
| const std::wstring & | prefix, | ||
| const std::wstring & | description, | ||
| JS::HandleValue | GUIMetadata | ||
| ) |
| JS::Value JSI_SavedGame::StartSavedGame | ( | const ScriptInterface & | scriptInterface, |
| const std::wstring & | name | ||
| ) |