Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns true if the modifier key needed for an an action is pressed.

isHeld = IsModifiedClick([action])

Arguments[]

action
string? - The action to check for. Actions defined by Blizzard:
AUTOLOOTTOGGLE, CHATLINK, COMPAREITEMS, DRESSUP, FOCUSCAST, OPENALLBAGS, PICKUPACTION, QUESTWATCHTOGGLE, SELFCAST, SHOWITEMFLYOUT, SOCKETITEM, SPLITSTACK, STICKYCAMERA, TOKENWATCHTOGGLE

Returns[]

isHeld
boolean - true if the modifier is being held, false otherwise

Details[]

Despite the name, this function does not have anything to do with mouse buttons and can be used at any time to check the state of a modifier key; it is not limited to use in click-related scripts.

This function can be called with no argument to check whether *any* modifier key is pressed; in this case it behaves just like IsModifierKeyDown.

Patch changes[]

Bc icon Patch 2.2.0 (2007-09-25): Added.

See Also[]

Advertisement