WoW:API IsEquippedItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Cleaned up unnecessary comments e.x. "I second this")
No edit summary
Line 3: Line 3:


== Returns ==
== Returns ==
* 1 if the [[item]] is equipped, nil if it's not
* true if the [[item]] is equipped, false if it's not, type is boolean
[[Category:Articles to clean up]]
[[Category:Articles to clean up]]

Revision as of 09:39, 24 February 2018

Arguments

string - name of the item

Returns

  • true if the item is equipped, false if it's not, type is boolean