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

7 lines
375 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param id number
---@return number count
---Returns the number of point rewards for an achievement (currently always 1). Currently all achievements and statistics offer one reward (according to this function), though the rewards offered by statistics are all zero points.
function GetAchievementNumRewards(id) end