cyborg gripper
Grippers
Vars | |
can_hold | Whitelist of items types that can be held. |
---|---|
cannot_hold | Blacklist of item subtypes that should not be held unless emagged. |
wrapped | Item currently being held if any. |
Procs | |
drop_held | Drops held item if possible. |
take_item | Pick up item if possible. |
update_overlays | Resets overlays and adds a overlay if there is a held item. |
Var Details
can_hold
Whitelist of items types that can be held.
cannot_hold
Blacklist of item subtypes that should not be held unless emagged.
wrapped
Item currently being held if any.
Proc Details
drop_held
Drops held item if possible.
take_item
Pick up item if possible.
update_overlays
Resets overlays and adds a overlay if there is a held item.