Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: PTR API and Graphics Changes 06-16-18, 10:27 PM
Replies: 54
Views: 31,826
Posted By Fizzlemizz
After you export the UI code files...

After you export the UI code files (https://wow.gamepedia.com/Viewing_Blizzard%27s_interface_code)

[WoW]\BlizzardInterfaceCode\Interface\AddOns\Blizzard_Deprecated

See the notes in the .toc file.
Forum: PTR API and Graphics Changes 06-16-18, 07:56 PM
Replies: 54
Views: 31,826
Posted By Fizzlemizz
From the 7.3.5 Deprecated.lua -- Use...

From the 7.3.5 Deprecated.lua
-- Use C_DeathInfo.GetSelfResurrectOptions instead
function HasSoulstone()
local options = GetSortedSelfResurrectOptions();
return options and options[1] and...
Forum: PTR API and Graphics Changes 04-25-18, 09:26 AM
Replies: 54
Views: 31,826
Posted By Fizzlemizz
In the latest export, Blizzard is still...

In the latest export, Blizzard is still using:
elseif ( event == "UNIT_POWER_BAR_HIDE" ) then
if ( arg1 == self.unit ) then
UnitPowerBarAlt_UpdateAll(self);
end
Forum: PTR API and Graphics Changes 04-20-18, 10:49 PM
Replies: 54
Views: 31,826
Posted By Fizzlemizz
More information...

More information (https://github.com/Ellypse/wow-ui-source/wiki/Battle-for-Azeroth-alpha-UI-changes-observations)
Forum: PTR API and Graphics Changes 04-20-18, 03:48 PM
Replies: 54
Views: 31,826
Posted By Fizzlemizz
It looks like they've taken the rank returns out...

It looks like they've taken the rank returns out of functions like UnitBuff, UnitDebuff, UnitCastingInfo, UnitChannelInfo.
Showing results 1 to 5 of 5