Use @paramsig to specify the correct params for ArmorSetParts.
Johnny C. Lam [09-24-12 - 19:55]
Use @paramsig to specify the correct params for ArmorSetParts.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@556 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/OvaleCondition.lua b/OvaleCondition.lua
index 7cfb03a..5aba1fe 100644
--- a/OvaleCondition.lua
+++ b/OvaleCondition.lua
@@ -422,6 +422,7 @@ OvaleCondition.conditions=
end,]]
--- Get how many pieces of an armor set, e.g., Tier 14 set, are equipped by the player.
-- @name ArmorSetParts
+ -- @paramsig (setName [operator number])
-- @param setName The name of the armor set. Valid values are: T11, T12, T13.
-- @param operator (Optional) Comparison operator: equal, less, more.
-- @param number (Optional) The number to compare against.