WoW:API IsDualWielding: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "== Returns == True if wielding more than 1 weapon, false otherwise. == Triggers Events == Titans Grip damage reduction for one example. == Example == /dump IsDualWielding() [1]=…")
 
m (Move page script moved page API IsDualWielding to API IsDualWielding without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}}
== Returns ==
== Returns ==
True if wielding more than 1 weapon, false otherwise.
True if wielding more than 1 weapon, false otherwise.

Latest revision as of 04:46, 15 August 2023

WoW API < IsDualWielding

Returns[edit]

True if wielding more than 1 weapon, false otherwise.

Triggers Events[edit]

Titans Grip damage reduction for one example.

Example[edit]

/dump IsDualWielding()

[1]=false

or

[1]=true