RequestSave - Game
Revision as of 14:29, 1 July 2011 by imported>Plplecuyer (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 …')
Member of: Game Script
Requests a normal save to be made. Note that the save may take a moment or so to happen.
Syntax[edit | edit source]
Function RequestSave() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Requests a save
Game.RequestSave()