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