User Tools

Site Tools


crpl:docs:func_awake

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_awake [2021/02/05 11:44] – Rmoved discussion tag Karsten75crpl:docs:func_awake [2024/02/10 15:02] (current) – [:awake] Apexian
Line 3: Line 3:
  
 =====  :awake  ===== =====  :awake  =====
- 
-^Arguments^Result^Notation^ 
-| | |''-- ''| 
- 
  
 === Description === === Description ===
 Special function that is automatically called whenever a core is created. Whenever a core is created (either dynamically or at a game load), this function is called.  At game load time this function is called before the game 'loading' initialization screen is dismissed.   Special function that is automatically called whenever a core is created. Whenever a core is created (either dynamically or at a game load), this function is called.  At game load time this function is called before the game 'loading' initialization screen is dismissed.  
  
-Can be useful for repeating commands that are not persisted across saves, such as [[crpl:docs:SetFieldCell]].+Can be useful for repeating commands that are not persistent across saves, such as [[crpl:docs:SetFieldCell]].
 === Examples === === Examples ===
 <code> <code>
crpl/docs/func_awake.1612543487.txt.gz · Last modified: 2021/02/05 11:44 by Karsten75