Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns info for a quest item in a container slot.

isQuestItem, questId, isActive = GetContainerItemQuestInfo(bag, slot)

Arguments[]

bag
number (BagID) - Index of the bag to query.
slot
number - Index of the slot within the bag (ascending from 1) to query.

Returns[]

isQuestItem
boolean - true if the item is a quest item, nil otherwise.
questId
number - Quest ID of the quest this item starts, no value if it does not start a quest.
isActive
boolean - 1 if the quest this item starts has been accepted by the player, nil otherwise.

History[]

Advertisement