Files
wow_Meta/api/CompleteQuest.lua
2024-12-16 13:13:08 +01:00

4 lines
509 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Begins turning in a quest to a questgiver. Usable following the QUEST_PROGRESS event in which it is determined whether the player can complete the quest. Does not complete the quest turn-in process; after calling this function, the QUEST_COMPLETE event fires as the questgiver presents rewards (or sometimes only closure to the quest narrative); following that event, the GetQuestReward() function finishes the turn-in.
function CompleteQuest() end