Garry's Mod Wiki

saverestore.LoadGlobal

  saverestore.LoadGlobal( IRestore save )

Description

This is used internally - although you're able to use it you probably shouldn't.

Called by engine when a save is being loaded.

This handles loading gamemode and calls all of the hooks added with saverestore.AddRestoreHook.

Arguments

1 IRestore save
The restore object to read data from the save file with.