Files
wow_Meta/api/GetQuestsCompleted.lua
2025-05-04 15:15:00 +02:00

8 lines
454 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param questTbl table
---@return table completedQuests
---Gets a table containing the quests the player has completed. This function will only return data after QueryQuestsCompleted() has been called and the QUEST_QUERY_COMPLETE event has fired. The keys in the returned table are the numeric questIds, with a value of true for each set key.
function GetQuestsCompleted(questTbl) end