Space Station 13 - Nebula13 - Modules - Types

code/controllers/hooks-defs.dm

/hook/global_initGlobal init hook. Called in global_init.dm when the server is initialized.
/hook/startupStartup hook. Called in world.dm when the server starts.
/hook/roundstartRoundstart hook. Called in ticker.dm when a round starts.
/hook/roundendRoundend hook. Called in ticker.dm when a round ends.
/hook/shutdownShutdown hook. Called in world.dm when world/Del is called.
/hook/rebootReboot hook. Called in world.dm prior to the parent call in world/Reboot.