RequestAutoSave - Game
Member of: Game Script
Requests an auto-save to be made. Note that the save may take a moment or so to happen.
SyntaxEdit
Function RequestAutoSave() native global
ParametersEdit
None.
Return ValueEdit
None.
ExamplesEdit
; Requests an auto-save
Game.RequestAutoSave()
NotesEdit
- For Hardcore/Survival difficulty, there's only ever a bank of 3 autosaves, so calling a scripted autosave can overwrite one of the player's saves. You can call RequestSave, instead, to create an entirely new save slot.