/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_storage.dm

COMSIG_STORAGE_DUMP_CONTENTSent when /datum/storage/dump_content_at(): (obj/item/storage_source, mob/user)
STORAGE_DUMP_HANDLEDReturn to stop the standard dump behavior.
COMSIG_STORAGE_DUMP_POST_TRANSFERSent after dumping into some other storage object: (atom/dest_object, mob/user)
COMSIG_STORAGE_STORED_ITEMSent to the STORAGE when an ITEM is STORED INSIDE.

Define Details

COMSIG_STORAGE_DUMP_CONTENT

Sent when /datum/storage/dump_content_at(): (obj/item/storage_source, mob/user)

COMSIG_STORAGE_DUMP_POST_TRANSFER

Sent after dumping into some other storage object: (atom/dest_object, mob/user)

COMSIG_STORAGE_STORED_ITEM

Sent to the STORAGE when an ITEM is STORED INSIDE.

STORAGE_DUMP_HANDLED

Return to stop the standard dump behavior.