Difference between revisions of "RequestAutoSave - Game"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
(Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Requests an auto-save to be made. Note that the save may take a moment or so to happen. == Syntax =…')
(No difference)

Revision as of 14:29, 1 July 2011

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()

See Also