WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   PTR API and Graphics Changes (https://www.wowinterface.com/forums/forumdisplay.php?f=175)
-   -   10.2.6 API Changes to Item functions (https://www.wowinterface.com/forums/showthread.php?t=59830)

Codger 03-21-24 02:28 PM

10.2.6 API Changes to Item functions
 
Most of the item functions now require the use of the C_item namespace as noted here Warcraft Wiki - Patch_10.2.6 API changes

As an example:
previously: name = GetItemInventorySlotInfo(inventoryType);
10.2.6: name = C_Item.GetItemInventorySlotInfo(inventoryType);


All times are GMT -6. The time now is 02:39 PM.

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