This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:func_awake [2014/01/31 01:03] – virgilw | crpl:docs:func_awake [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | + | |
| <- [[crpl: | <- [[crpl: | ||
| ===== : | ===== : | ||
| - | |||
| - | ^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. | 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. | ||
| - | Can be useful for repeating commands that are not persisted | + | Can be useful for repeating commands that are not persistent |
| === Examples === | === Examples === | ||
| < | < | ||