alt_click_secondary -> click_alt_secondary (#83845)

## About The Pull Request

Noticed the documentation for this signal wasn't updated with the recent
refactor / is now out of date, and figured I would make a PR before I
forgot about it.

## Changelog

Nothing player facing
This commit is contained in:
Bloop
2024-06-10 19:53:39 -07:00
committed by GitHub
parent defb4427d6
commit 9ea6ef3f2f
@@ -15,8 +15,8 @@
#define COMSIG_CLICK_CTRL "ctrl_click"
///from base of atom/AltClick(): (/mob)
#define COMSIG_CLICK_ALT "alt_click"
///from base of atom/alt_click_secondary(): (/mob)
#define COMSIG_CLICK_ALT_SECONDARY "alt_click_secondary"
///from base of atom/base_click_alt_secondary(): (/mob)
#define COMSIG_CLICK_ALT_SECONDARY "click_alt_secondary"
#define COMPONENT_CANCEL_CLICK_ALT_SECONDARY (1<<0)
///from base of atom/CtrlShiftClick(/mob)
#define COMSIG_CLICK_CTRL_SHIFT "ctrl_shift_click"