Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
JSInterface_SavedGame.cpp File Reference
Include dependency graph for JSInterface_SavedGame.cpp:

Namespaces

namespace  JSI_SavedGame
 

Functions

JS::Value JSI_SavedGame::GetSavedGames (const ScriptInterface &scriptInterface)
 
bool JSI_SavedGame::DeleteSavedGame (const std::wstring &name)
 
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)
 
void JSI_SavedGame::QuickSave (JS::HandleValue GUIMetadata)
 
void JSI_SavedGame::QuickLoad ()
 
JS::Value JSI_SavedGame::StartSavedGame (const ScriptInterface &scriptInterface, const std::wstring &name)
 
void JSI_SavedGame::ActivateRejoinTest ()
 
void JSI_SavedGame::RegisterScriptFunctions (const ScriptRequest &rq)