code/__DEFINES/dcs/signals/signals_traitor.dm
COMSIG_GLOB_TRAITOR_OBJECTIVE_COMPLETED | Called when the hack_comm_console objective is completed. |
---|---|
COMSIG_UPLINK_HANDLER_ON_UPDATE | Called whenever the uplink handler receives any sort of update. Used by uplinks to update their UI. No arguments passed |
COMSIG_TRAITOR_OBJECTIVE_PRE_GENERATE | Called before the traitor objective is generated |
COMSIG_TRAITOR_OBJECTIVE_COMPLETED | Called whenever the traitor objective is completed |
COMSIG_TRAITOR_OBJECTIVE_FAILED | Called whenever the traitor objective is failed |
COMSIG_TRAITOR_BUG_PLANTED_GROUND | Called when a traitor bug is planted in an area |
COMSIG_TRAITOR_BUG_PLANTED_OBJECT | Called when a traitor bug is planted |
COMSIG_TRAITOR_BUG_PRE_PLANTED_OBJECT | Called before a traitor bug is planted, where it can still be overrided |
Define Details
COMSIG_GLOB_TRAITOR_OBJECTIVE_COMPLETED
Called when the hack_comm_console objective is completed.
COMSIG_TRAITOR_BUG_PLANTED_GROUND
Called when a traitor bug is planted in an area
COMSIG_TRAITOR_BUG_PLANTED_OBJECT
Called when a traitor bug is planted
COMSIG_TRAITOR_BUG_PRE_PLANTED_OBJECT
Called before a traitor bug is planted, where it can still be overrided
COMSIG_TRAITOR_OBJECTIVE_COMPLETED
Called whenever the traitor objective is completed
COMSIG_TRAITOR_OBJECTIVE_FAILED
Called whenever the traitor objective is failed
COMSIG_TRAITOR_OBJECTIVE_PRE_GENERATE
Called before the traitor objective is generated
COMSIG_UPLINK_HANDLER_ON_UPDATE
Called whenever the uplink handler receives any sort of update. Used by uplinks to update their UI. No arguments passed