Files
CHOMPStation2/code/__defines/dcs/signals/signals_subsystem.dm
2025-01-03 21:52:05 +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"