Difference between revisions of "Autosave"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>ZuTheSkunk
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Autosave Autosave].
{{Function
|CSWikiPage = Autosave
|origin = GECK1
|summary = Forces the game to autosave over the current autosave slot.
|name = Autosave
|returnType = void
|example = Autosave
}}
 
==See Also==
*[[ForceSave]]
*[[SaveGame]]
*[[SystemSave]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Miscellaneous Functions]]
[[Category:Miscellaneous Functions (GECK 1.1)]]

Latest revision as of 23:21, 2 March 2016

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

Link to TES4 Construction Set Wiki: Autosave.

A function included in the GECK version 1.1.0.36.

Description

Forces the game to autosave over the current autosave slot.

Syntax

[help]
Autosave

Example

Autosave

See Also