User Tools

Site Tools


crpl:docs:func_gameloaded

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:func_gameloaded [2014/01/30 20:08] virgilwcrpl:docs:func_gameloaded [2022/07/01 14:41] (current) – Reformat Karsten75
Line 1: Line 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 distinction between :GameLoaded and :Awake is that GameLoaded gets called immediately __after__ the 'loading' initialization screen disappears.+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.1391130499.txt.gz · Last modified: 2014/10/01 15:02 (external edit)