mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
17 lines
640 B
Plaintext
17 lines
640 B
Plaintext
/// signals from globally accessible objects
|
|
|
|
///from SSJob whenever setup_occupations() is called, all occupations are set
|
|
#define COMSIG_OCCUPATIONS_SETUP "occupations_setup"
|
|
|
|
///from SSJob when divide_occupations() is called
|
|
#define COMSIG_OCCUPATIONS_DIVIDED "occupations_divided"
|
|
|
|
///from SSsun when the sun changes position : (azimuth)
|
|
#define COMSIG_SUN_MOVED "sun_moved"
|
|
|
|
///from SSsecurity_level when the security level changes : (new_level)
|
|
#define COMSIG_SECURITY_LEVEL_CHANGED "security_level_changed"
|
|
|
|
///from SSshuttle when the supply shuttle starts spawning orders : ()
|
|
#define COMSIG_SUPPLY_SHUTTLE_BUY "supply_shuttle_buy"
|