Files
Paradise/code/__DEFINES/dcs/area_signals.dm
T
2025-02-24 17:05:14 +00:00

13 lines
475 B
Plaintext

/**
* Signals for /area and subtypes that have too few related signals to put in separate files.
* Doc format: `/// when the signal is called: (signal arguments)`.
* All signals send the source datum of the signal as the first argument
*/
// /area
/// From obj/machinery/light_switch/Destroy(): ()
#define COMSIG_AREA_LIGHTSWITCH_DELETING "area_lightswitch_deleting"
/// Stop all area lightswitches from turning back on.
#define COMSIG_AREA_LIGHTSWITCH_CANCEL (1<<0)