LoadGame - Game

Revision as of 02:19, 27 August 2013 by imported>CraftySentinel (Spelling correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE member of: Game Script


Loads the save with the specified name.

Syntax

Function LoadGame(string name) native global

Parameters

name

The name of the save you wish to load.

Examples

LoadGame("TestSave") ;Loads the save named TestSave


Notes

  • If there is no save with the specified name, no save will be loaded.


See Also