Difference between revisions of "ForceSave"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>ZuTheSkunk |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
|summary = Creates a new save in a new slot, as if the player manually did so. | |summary = Creates a new save in a new slot, as if the player manually did so. | ||
|name = ForceSave | |name = ForceSave | ||
|returnType = void | |||
|example = ForceSave | |||
}} | }} | ||
Line 9: | Line 11: | ||
==See Also== | ==See Also== | ||
[[Autosave]] | *[[Autosave]] | ||
[[SaveGame]] | *[[SaveGame]] | ||
*[[SystemSave]] | |||
[[Category: Functions]] | [[Category:Functions]] | ||
[[Category: Functions (GECK 1.1)]] | [[Category:Functions (GECK 1.1)]] | ||
[[Category: Miscellaneous Functions]] | [[Category:Miscellaneous Functions]] | ||
[[Category: Miscellaneous Functions (GECK 1.1)]] | [[Category:Miscellaneous Functions (GECK 1.1)]] |
Latest revision as of 23:21, 2 March 2016
< [[::Category:Functions|Category:Functions]]
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
ForceSave
Example
ForceSave
Notes
- This has the same limitations of normal saving, for instance it will fail if called while a message box is being displayed.