contextual_screentip_bare_hands ![code/datums/elements/screentips/contextual_screentip_bare_hands.dm 4](git.png)
Apply basic contextual screentips when the user hovers over this item with an empty hand. A "Type B" interaction. This stacks with other contextual screentip elements, though you may want to register the signal/flag manually at that point for performance.
Vars | |
lmb_text | If set, the text to show for LMB |
---|---|
lmb_text_combat_mode | If set, the text to show for LMB when in combat mode. Otherwise, defaults to lmb_text. |
rmb_text | If set, the text to show for RMB |
rmb_text_combat_mode | If set, the text to show for RMB when in combat mode. Otherwise, defaults to rmb_text. |
Var Details
lmb_text ![code/datums/elements/screentips/contextual_screentip_bare_hands.dm 19](git.png)
If set, the text to show for LMB
lmb_text_combat_mode ![code/datums/elements/screentips/contextual_screentip_bare_hands.dm 25](git.png)
If set, the text to show for LMB when in combat mode. Otherwise, defaults to lmb_text.
rmb_text ![code/datums/elements/screentips/contextual_screentip_bare_hands.dm 22](git.png)
If set, the text to show for RMB
rmb_text_combat_mode ![code/datums/elements/screentips/contextual_screentip_bare_hands.dm 32](git.png)
If set, the text to show for RMB when in combat mode. Otherwise, defaults to rmb_text.