- Found in:
- SKSE
Description
Wiki Description
Saves the game as the specified name.
Documentation Comment
save/load game
Caveats
CK Wiki - Notes
- This function is similar to Game.RequestSave() except it also allows for a custom name for the save.
Parameters
stringname
Examples
SaveGame("TestSave") ;Saves the game with the name TestSaveAuto-Generated Example
string myString__name
Game.SaveGame(myString__name)Related Pages
- Game.RequestAutoSave()
- Game.RequestSave()
- Game.LoadGame(...)
