- Found in:
- SKSE
Description
Wiki Description
Loads the save with the specified name.
Caveats
CK Wiki - Notes
- If there is no save with the specified name, no save will be loaded.
Parameters
stringname
Examples
LoadGame("TestSave") ;Loads the save named TestSaveAuto-Generated Example
string myString__name
Game.LoadGame(myString__name)Related Pages
- Game.RequestAutoSave()
- Game.RequestSave()
- Game.SaveGame(...)
