WoW:API IsModifiedClick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API IsModifiedClick to API IsModifiedClick without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:46, 15 August 2023
Returns 1 if the keys for the specified action are down, nil otherwise.
isHeld = IsModifiedClick("action")
Arguments
- action
- String - The action to check for. Actions defined by Blizzard:
- SELFCAST, AUTOLOOTTOGGLE, STICKYCAMERA, CHATLINK, DRESSUP, SOCKETITEM, SPLITSTACK, PICKUPACTION, COMPAREITEMS, OPENALLBAGS, QUESTWATCHTOGGLE
Returns
- isHeld
- 1 if the modifier is being held, nil otherwise.
Notes
- This function replaced IsAutoLootKeyDown() and IsActionSelfCastKeyDown().