WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Legion Beta archived threads (https://www.wowinterface.com/forums/forumdisplay.php?f=177)
-   -   UnitAura (UnitBuff, UnitDebuff) Changed (https://www.wowinterface.com/forums/showthread.php?t=53866)

dandraffbal 07-10-16 10:53 PM

UnitAura (UnitBuff, UnitDebuff) Changed
 
So I am seeing two new return values from UnitAura, UnitBuff, and UnitDebuff:

Code:

--- Live ---
        1: Power Word: Shield
        2:
        3: Interface\Icons\Spell_Holy_PowerWordShield
        4: 0
        5: Magic
        6: 15
        7: 20939.999
        8: player
        9: false
        10: false
        11: 17
        12: true
        13: false
        14: true
        15: 121012

--- Legion ---
        1: Power Word: Shield
        2:
        3: Interface\Icons\Spell_Holy_PowerWordShield
        4: 0
        5: Magic
        6: 15
        7: 21027.464
        8: player
        9: false
        10: false
        11: 17
        12: true
        13: false
        14: true
        15: false ** new? **
        16: 1 ** new? **
        17: 28358

Does anyone have any information on what they are?

Fizzlemizz 07-10-16 11:14 PM

15 and 16 are the last in these two calls
Code:

local name, rank, texture, count, debuffType, duration, expirationTime, _, _, _, spellId, _, _, _, _, timeMod = UnitAura(unit, index, filter);

local name, rank, texture, count, debuffType, duration, expirationTime, caster, _, nameplateShowPersonal, spellId, _, _, _, nameplateShowAll = UnitAura(unit, i, filter);

15 = nameplateShowAll
16 = timeMod

nebula 07-10-16 11:31 PM

Should point out "shouldConsolidate" was repurposed to "nameplateShowPersonal" as well (return 10)


All times are GMT -6. The time now is 12:38 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI