HPL3/SOMA/Scripting/cLuxSaveHandler
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
cLuxSaveHandler has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
bool |
AutoSave | bool abSaveCheckpoint ,bool abDelayed = true |
|
void |
ContinueLoading | bool abDisableWaits |
|
void |
DelayedLoadGameFromFile | const tWString &in asSaveFile ,const tString &in asCallbackObject ,const tString &in asCallbackFunction ,bool abWaitAfterHeader ,bool abWaitAfterLoad |
|
void |
DelayedSaveGameToFile | const tWString &in asSaveFile ,bool abSaveAsCheckpoint |
|
void |
DeleteSaveFile | const tWString &in asSaveFile |
|
bool |
GetSaveFiles | ||
bool |
GetSaveThreadActive | ||
bool |
HasLoadError | tString &out asError |
|
bool |
IsDoneLoadingHeader | ||
bool |
IsDoneLoadingSavedGame | ||
void |
LoadGameFromFile | const tWString &in asSaveFile |
|
void |
SaveGameToFile | const tWString &in asSaveFile |
|
void |
StartLoadedGame |