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

11 lines
517 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---@return string texture
---@return number numItems
---@return number quality
---@return 1nil isUsable
---Returns information about item rewards for the selected quest in the quest log. This function refers to items always awarded upon quest completion; for quest rewards for which the player is allowed to choose one item from among several, see GetQuestLogChoiceInfo.
function GetQuestLogRewardInfo(index) end