View Single Post
04/07/14, 06:31 PM   #12
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
Ok, I used the tgoo moc() function to see what the tooltip gives for variables etc.

["dataEntry"] = table: 385E96F8 [#0,4]
["data"] = table: 385E96D0 [#0,10]
["bagId"] = 2

It seems, that the bagID in the DataEntry -> data table/array? is the thing i was looking for.
bagId = 1: Backpack
bagId = 2: Bank

But I'm not sure what this moc() function started with at the top and how I'm able to acces the dataEntry -> data -> bagId variable for each item now.

Do you have any further hints for me?
  Reply With Quote