RequestAutoSave - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Requests an auto-save to be made. Note that the save may take a moment or so to happen.

Syntax[edit | edit source]

Function RequestAutoSave() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Requests an auto-save
Game.RequestAutoSave()

Notes[edit | edit source]

  • 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.

See Also[edit | edit source]