Files
CHOMPStation2/code/controllers/hooks-defs.dm
Mloc-Argent df5fd9555c Fix for the roundstart hook "runtime".
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2014-01-01 19:10:55 +00:00

18 lines
267 B
Plaintext

/**
* Startup hook.
* Called in world.dm when the server starts.
*/
/hook/startup
/**
* Roundstart hook.
* Called in gameticker.dm when a round starts.
*/
/hook/roundstart
/**
* Roundend hook.
* Called in gameticker.dm when a round ends.
*/
/hook/roundend