accessable_storage 
Procs | |
| 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. |
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.