apparatus
Vars | |
storable | Whitelist of types allowed in this apparatus |
---|---|
stored | The item stored inside of this apparatus |
Procs | |
attack_self | Attack_self will pass for the stored item. |
on_stored_updated_icon | Updates the appearance of the apparatus when the stored object's icon gets updated. |
safedecon | If we're safely deconstructed, we put the item neatly onto the ground, rather than deleting it. |
verb_dropHeld | A right-click verb, for those not using hotkey mode. |
Var Details
storable
Whitelist of types allowed in this apparatus
stored
The item stored inside of this apparatus
Proc Details
attack_self
Attack_self will pass for the stored item.
on_stored_updated_icon
Updates the appearance of the apparatus when the stored object's icon gets updated.
Returns NONE as we have not done anything to the stored object itself, which is where this signal that this handler intercepts is sent from.
safedecon
If we're safely deconstructed, we put the item neatly onto the ground, rather than deleting it.
verb_dropHeld
A right-click verb, for those not using hotkey mode.