9 lines
254 B
Lua
9 lines
254 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param id number
|
|
---@return number nextID
|
|
---@return boolean completed
|
|
---Returns the next achievement for an achievement which is part of a series
|
|
function GetNextAchievement(id) end
|