5 lines
274 B
Lua
5 lines
274 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string items
|
|
---Returns information about items that would be destroyed by abandoning a quest. Usable after calling SetAbandonQuest() but before calling AbandonQuest().
|
|
function GetAbandonQuestItems() end |