WoW:API UnitDebuff: Difference between revisions

m
→‎Arguments: Eliminated discrepancy in formal argument name
m (→‎Arguments: Eliminated discrepancy in formal argument name)
Line 7: Line 7:
== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
:;unitName : String - The [[API TYPE UnitId|unit]] you want debuff information for.
:;unitId : String - The [[API TYPE UnitId|unit]] you want debuff information for.
:;debuffIndex : Number - The index of the debuff to retrieve info for. Starts at 1, maximum 40.
:;debuffIndex : Number - The index of the debuff to retrieve info for. Starts at 1, maximum 40.
:;removable : Boolean - <small>''(optional)''</small> - If 1, only debuffs removable by player will be returned; debuffIndex still begins at 1.
:;removable : Boolean - <small>''(optional)''</small> - If 1, only debuffs removable by player will be returned; debuffIndex still begins at 1.
Anonymous user