WoW:API UnitBuff: Difference between revisions

Patch 3.1 updated the return value:isMine
(link caption)
(Patch 3.1 updated the return value:isMine)
Line 18: Line 18:
:;duration : Number - The full duration of the buff in seconds
:;duration : Number - The full duration of the buff in seconds
:;expirationTime : Number - Time the buff will expire in seconds
:;expirationTime : Number - Time the buff will expire in seconds
:;isMine : Boolean - 1 if it is casted by you otherwise nil
:;isMine : String - The [[unitId|unit]] which the buff casted by
:;isStealable : Boolean - 1 if it is stealable otherwise nil
:;isStealable : Boolean - 1 if it is stealable otherwise nil


Line 52: Line 52:
* Patch 2.4 (Live) has corrected the bug introduced in 2.3.2. The castable parameter correctly filters non-castable buffs once again.
* Patch 2.4 (Live) has corrected the bug introduced in 2.3.2. The castable parameter correctly filters non-castable buffs once again.
* Patch 3.0 updated the return values.
* Patch 3.0 updated the return values.
* Patch 3.1 updated the return value:isMine


== See also ==
== See also ==
Anonymous user