Files
wow-weakauras/Meta/api/GetQuestLogRewardInfo.lua
2024-11-07 23:12:37 +01:00

10 lines
531 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