Files
CHOMPStation2/code/__defines/dcs/signals_ch/signals_subsystem.dm
2024-03-29 13:34:26 +01:00

8 lines
297 B
Plaintext

// Subsystem signals. Format:
// When the signal is called: (signal arguments)
// All signals send the source datum of the signal as the first argument
///Subsystem signals
///From base of datum/controller/subsystem/Initialize
#define COMSIG_SUBSYSTEM_POST_INITIALIZE "subsystem_post_initialize"