code/__DEFINES/zoom.dm
ZOOM_METHOD_RIGHT_CLICK | How the scope component is toggled. This one is done by right-clicking. |
---|---|
ZOOM_METHOD_WIELD | Wielding the object with both hands toggles the zoom. Requires the two-handed component to work. |
ZOOM_METHOD_ITEM_ACTION | Activated by clicking an item action button specified by the item_action_type var. |
Define Details
ZOOM_METHOD_ITEM_ACTION
Activated by clicking an item action button specified by the item_action_type
var.
ZOOM_METHOD_RIGHT_CLICK
How the scope component is toggled. This one is done by right-clicking.
ZOOM_METHOD_WIELD
Wielding the object with both hands toggles the zoom. Requires the two-handed component to work.