×

OnGameLoaded

 

The "OnGameLoaded" event is executed as soon as the player exit the loading screen after loading a new or old save;

This also provides the following information:

Input:

  • Save Name - STRING - gives the save identifier, (useful if you create your own save system to associate save data by game-save).
  • Is New Game - BOLEAN - indicates whether the game has just been created or if the load comes from an old game.