Thread Tools Display Modes
06/04/16, 12:06 PM   #1
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
How to tell if an item link will be stored in the CraftBag

How to tell if an item link will be stored in the CraftBag?

I have already tried: GetItemLinkCraftingSkillType(). But this is just returning 0 for all crafting raw materials.

I am also checking HasCraftBagAccess() already to be sure it is possible to put the item there.

Anyone have any ideas?
  Reply With Quote
06/04/16, 12:32 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
CanItemBeVirtual(bagId, slotIndex)
CanItemLinkBeVirtual(itemLink)
HasCraftBagAccess()
  Reply With Quote
06/04/16, 12:39 PM   #3
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
Is the CraftBag == the virtual bag?
  Reply With Quote
06/04/16, 12:46 PM   #4
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
yes.

BAG_VIRTUAL
INVENTORY_VIRTUAL
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » How to tell if an item link will be stored in the CraftBag


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