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

8 lines
402 B
Lua

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