User Tools

Site Tools


crpl:docs:func_gameloaded

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Vars and Functions

:GameLoaded

ArgumentsResultNotation

Description

GameLoaded gets called after each time the game is loaded and the initialization screen is finished. It is called before the game is unpaused by the player. The key distinctions between :GameLoaded and :Awake is the GameLoaded gets called every the game is loaded by the player and GameLoaded gets called immediately after the 'loading' initialization screen disappeared.

Examples

:GameLoaded
   PlaySound("Weapons0")
crpl/docs/func_gameloaded.1391130113.txt.gz · Last modified: 2014/10/01 15:02 (external edit)