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

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