RequestAutoSave - Game
Revision as of 12:38, 13 May 2016 by imported>Hannibalektr (Added hardcore survival note)
Member of: Game Script
Requests an auto-save to be made. Note that the save may take a moment or so to happen.
Syntax
Function RequestAutoSave() native global
Parameters
None.
Return Value
None.
Examples
; Requests an auto-save
Game.RequestAutoSave()
Notes
- 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.