code/__DEFINES/dcs/signals/signals_global_object.dm ![code/__DEFINES/dcs/signals/signals_global_object.dm0](git.png)
COMSIG_OCCUPATIONS_SETUP | signals from globally accessible objects from SSJob whenever setup_occupations() is called, all occupations are set |
---|---|
COMSIG_OCCUPATIONS_DIVIDED | from SSJob when divide_occupations() is called |
COMSIG_SUN_MOVED | from SSsun when the sun changes position : (azimuth) |
COMSIG_SECURITY_LEVEL_CHANGED | from SSsecurity_level when the security level changes : (new_level) |
COMSIG_SUPPLY_SHUTTLE_BUY | from SSshuttle when the supply shuttle starts spawning orders : () |
Define Details
COMSIG_OCCUPATIONS_DIVIDED ![code/__DEFINES/dcs/signals/signals_global_object.dm 7](git.png)
from SSJob when divide_occupations() is called
COMSIG_OCCUPATIONS_SETUP ![code/__DEFINES/dcs/signals/signals_global_object.dm 4](git.png)
signals from globally accessible objects from SSJob whenever setup_occupations() is called, all occupations are set
COMSIG_SECURITY_LEVEL_CHANGED ![code/__DEFINES/dcs/signals/signals_global_object.dm 13](git.png)
from SSsecurity_level when the security level changes : (new_level)
COMSIG_SUN_MOVED ![code/__DEFINES/dcs/signals/signals_global_object.dm 10](git.png)
from SSsun when the sun changes position : (azimuth)
COMSIG_SUPPLY_SHUTTLE_BUY ![code/__DEFINES/dcs/signals/signals_global_object.dm 16](git.png)
from SSshuttle when the supply shuttle starts spawning orders : ()