/tg/ Station 13 - Modules - TypesProc Details

accessable_storage

Procs

animate_targetGives a spiffy animation to the target to represent opening and closing. Copy pasted from storage.dm, please change if that proc ever changes
mob_alt_clicked_onSignal handler for COMSIG_CLICK_ALT. Handles the actual opening of storage.
mob_unequipped_itemSignal handler for COMSIG_MOB_UNEQUIPPED_ITEM. Handles unregistering signals.
parent_equippedSignal handler for COMSIG_ITEM_EQUIPPED. Handles registering signals.
parent_removed_itemSignal handler for COMSIG_STORAGE_REMOVED_ITEM. Handles animating our parent's wearer.
parent_stored_itemSignal handler for COMSIG_STORAGE_STORED_ITEM. Handles animating our parent's wearer.

Proc Details

animate_target

Gives a spiffy animation to the target to represent opening and closing. Copy pasted from storage.dm, please change if that proc ever changes

mob_alt_clicked_on

Signal handler for COMSIG_CLICK_ALT. Handles the actual opening of storage.

mob_unequipped_item

Signal handler for COMSIG_MOB_UNEQUIPPED_ITEM. Handles unregistering signals.

parent_equipped

Signal handler for COMSIG_ITEM_EQUIPPED. Handles registering signals.

parent_removed_item

Signal handler for COMSIG_STORAGE_REMOVED_ITEM. Handles animating our parent's wearer.

parent_stored_item

Signal handler for COMSIG_STORAGE_STORED_ITEM. Handles animating our parent's wearer.