Thread Tools Display Modes
03-21-24, 02:28 PM   #1
Codger
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 22
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);

Last edited by Codger : 03-21-24 at 02:31 PM.
  Reply With Quote

WoWInterface » PTR » PTR API and Graphics Changes » 10.2.6 API Changes to Item functions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off