(svn r23609) -Add: save/load all GameScript related material

This commit is contained in:
truebrain
2011-12-19 20:56:34 +00:00
parent dba90d725c
commit 5d4b2519a4
11 changed files with 243 additions and 14 deletions

View File

@@ -33,6 +33,11 @@ public:
*/
static void Initialize();
/**
* Start up a new GameScript.
*/
static void StartNew();
/**
* Uninitialize the Game system.
*/
@@ -51,6 +56,16 @@ public:
static void Rescan();
static void ResetConfig();
/**
* Save data from a GameScript to a savegame.
*/
static void Save();
/**
* Load data for a GameScript from a savegame.
*/
static void Load(int version);
/** Wrapper function for GameScanner::GetConsoleList */
static char *GetConsoleList(char *p, const char *last, bool newest_only = false);
/** Wrapper function for GameScanner::GetInfoList */