Difference between revisions of "ForceSave"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Cipscis
m (Added SaveGame (console function) to "See Also")
imported>Omzy
(Changed to match template, moved to misc. category)
Line 1: Line 1:
=='''Description'''==
{{Function
|CSWikiPage = ForceSave
|origin = GECK1
|summary = Creates a new save in a new slot, as if the player manually did so.
|name = ForceSave
}}


'''ForceSave''' Creates a new save, just as if the player manually selected "New Save" from the save game menu.
==Notes==
 
=='''Syntax'''==
 
ForceSave
 
 
=='''Notes'''==
*This has the same limitations of normal saving, for instance it will fail if called while a message box is being displayed.
*This has the same limitations of normal saving, for instance it will fail if called while a message box is being displayed.


=='''See Also'''==
==See Also==
[[Autosave]]<br />
[[Autosave]]<br>
[[SaveGame]]
[[SaveGame]]


[[Category:Functions]]
[[Category: Functions]]
[[Category:Player Functions]]
[[Category: Miscellaneous Functions]]

Revision as of 00:26, 30 July 2009

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: ForceSave.

A function included in the GECK version 1.1.0.36.

Description

Creates a new save in a new slot, as if the player manually did so.

Syntax

[help]
ForceSave


Notes

  • This has the same limitations of normal saving, for instance it will fail if called while a message box is being displayed.

See Also

Autosave
SaveGame