RequestSave - Game

From the CreationKit Wiki
Revision as of 14:29, 1 July 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Requests a normal save to be made. Note that the save may take a moment or so to happen. == Syntax …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

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

Syntax

Function RequestSave() native global

Parameters

None.

Return Value

None.

Examples

; Requests a save
Game.RequestSave()

See Also