Startup
Startup is called in all cogs after a level has loaded and just before you can see anything. It is called a little before the
loading message.
|
Sender | None. |
Source | None. |
|
Sender Type | None. |
Source Type | None. |
|
Because startup runs before the game fully sets up, there are certain things that
cannot be done at startup. The known things that you can't do are:
- The player cannot be made invulnerable.
- Things cannot be created.