crpl:docs:func_gameloaded
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision |
crpl:docs:func_gameloaded [2014/01/31 01:01] – created virgilw | crpl:docs:func_gameloaded [2025/02/14 14:57] (current) – external edit 127.0.0.1 |
---|
~~DISCUSSION~~ | |
<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] | <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] |
| |
===== :GameLoaded ===== | ===== :GameLoaded ===== |
| |
^Arguments^Result^Notation^ | |
| | |''-- ''| | |
| |
| |
=== Description === | === 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. | 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 distinction between :GameLoaded and :Awake is that GameLoaded gets called immediately __after__ the 'loading' initialization screen disappears. Also, GameLoaded does not get called when a core is dynamically created at game time, whereas :Awake does. |
| |
=== Examples === | === Examples === |
crpl/docs/func_gameloaded.1391130113.txt.gz · Last modified: 2025/02/14 14:56 (external edit)