Background for Skyrim SE
Member of the Game script
voidfunctionLoadGame(stringname)NativeGlobal

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 TestSave

Auto-Generated Example

string myString__name

Game.LoadGame(myString__name)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.