9 lines
411 B
Lua
9 lines
411 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|