/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_adventure.dm

COMSIG_ADVENTURE_FINISHEDExoprobe adventure finished: (result) result is ADVENTURE_RESULT_??? values
COMSIG_ADVENTURE_QUALITY_INITSent on initial adventure qualities generation from /datum/adventure/proc/initialize_qualities(): (list/quality_list)
COMSIG_ADVENTURE_DELAY_STARTSent on adventure node delay start: (delay_time, delay_message)
COMSIG_ADVENTURE_DELAY_ENDSent on adventure delay finish: ()
COMSIG_EXODRONE_STATUS_CHANGEDExoprobe status changed : ()
COMSIG_EXOSCAN_STARTEDSent on begingging of new scan : (datum/exoscan/new_scan)
COMSIG_EXOSCAN_FINISHEDSent on successful finish of exoscan: (datum/exoscan/finished_scan)
COMSIG_EXOSCAN_INTERRUPTEDSent on exoscan failure/manual interruption: ()

Define Details

COMSIG_ADVENTURE_DELAY_END

Sent on adventure delay finish: ()

COMSIG_ADVENTURE_DELAY_START

Sent on adventure node delay start: (delay_time, delay_message)

COMSIG_ADVENTURE_FINISHED

Exoprobe adventure finished: (result) result is ADVENTURE_RESULT_??? values

COMSIG_ADVENTURE_QUALITY_INIT

Sent on initial adventure qualities generation from /datum/adventure/proc/initialize_qualities(): (list/quality_list)

COMSIG_EXODRONE_STATUS_CHANGED

Exoprobe status changed : ()

COMSIG_EXOSCAN_FINISHED

Sent on successful finish of exoscan: (datum/exoscan/finished_scan)

COMSIG_EXOSCAN_INTERRUPTED

Sent on exoscan failure/manual interruption: ()

COMSIG_EXOSCAN_STARTED

Sent on begingging of new scan : (datum/exoscan/new_scan)