Files
fulpstation/code/__DEFINES/zoom.dm
John Willard d5a8187c58 January tgu (#1094)
* tgu

* btfo

* Barsigns

* tgui fixes

* Map stuff

* pubby morgue

* .

* ...

* fixes varedited slime extract

* Merge remote-tracking branch 'upstream/master' into january-tgu
2024-02-01 09:15:55 -08:00

7 lines
361 B
Plaintext

///How the scope component is toggled. This one is done by right-clicking.
#define ZOOM_METHOD_RIGHT_CLICK 1
/// Wielding the object with both hands toggles the zoom. Requires the two-handed component to work.
#define ZOOM_METHOD_WIELD 2
/// Activated by clicking an item action button specified by the `item_action_type` var.
#define ZOOM_METHOD_ITEM_ACTION 3