Files
wow_Meta/api/CompleteQuest.lua
2025-05-04 14:35:26 +02:00

5 lines
510 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