Initial commit
This commit is contained in:
7
api/GetAchievementReward.lua
Normal file
7
api/GetAchievementReward.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user