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

4 lines
243 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Ends interaction with a questgiver. Fires the QUEST_FINISHED event, indicating that questgiver-related APIs may no longer have effects or return valid data.
function CloseQuest() end