Command Depricated
mNo edit summary |
(Command Depricated) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
'''''DEPRICATED''''' | |||
This API was removed in 3.0 [http://forums.worldofwarcraft.com/thread.html?topicId=8202271194&postId=82016032556&sid=1#7]. | |||
The following commands are now in use: | |||
:*name, rank, texture, count, debuffType, duration, timeLeft, untilCanceled = [[API UnitAura | UnitAura]]("[[API TYPE UnitId |unit]]", [index] or ["name", "rank"][, "filter"]); | |||
:*name, rank, texture, count, debuffType, duration, timeLeft, untilCanceled = [[API UnitBuff | UnitBuff]]("[[API TYPE UnitId |unit]]", [index] or ["name", "rank"][, "filter"]); | |||
:*name, rank, texture, count, debuffType, duration, timeLeft, untilCanceled = [[API UnitDebuff | UnitDebuff]]("[[API TYPE UnitId |unit]]", [index] or ["name", "rank"][, "filter"]); | |||
Retrieve info about a certain player buff of a certain type. | Retrieve info about a certain player buff of a certain type. | ||