Method Loot:GetQuestItems [-] [+]
Returns a table containing all quest items in this Loot.
Each quest item is represented as a table with the following fields: - id: item ID - index: item index in the quest loot list - count: quantity of the item - needs_quest: whether the item requires a quest - is_looted: whether the item has already been looted - roll_winner_guid: GUID of the player who won the item roll
Synopsis
quest_items = Loot:GetQuestItems()
Arguments
None.
Returns
table quest_itemsArray of quest item tables.