Add meta
This commit is contained in:
6
Meta/api/GetQuestsCompleted.lua
Normal file
6
Meta/api/GetQuestsCompleted.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
||||
Reference in New Issue
Block a user