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]=…")
 
No edit summary
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.

Revision as of 02:40, 17 July 2011

WoW API < IsDualWielding

Returns

True if wielding more than 1 weapon, false otherwise.

Triggers Events

Titans Grip damage reduction for one example.

Example

/dump IsDualWielding()

[1]=false

or

[1]=true