Code format
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param category number
|
||||
---@param index number
|
||||
---@param id number
|
||||
---@return number id
|
||||
---@return string name
|
||||
---@return number points
|
||||
---@return boolean completed
|
||||
---@return number month
|
||||
---@return number day
|
||||
---@return number year
|
||||
---@return string description
|
||||
---@return 0x00000080 flags
|
||||
---@return 0x00000001
|
||||
---@return 0x00000002
|
||||
---@return 0x00000080
|
||||
---@return string icon
|
||||
---@return string rewardText
|
||||
---@return boolean isGuildAch
|
||||
---@return boolean wasEarnedByMe
|
||||
---@return string earnedBy
|
||||
---@param category number
|
||||
---@param index number
|
||||
---@param id number
|
||||
---@return number id
|
||||
---@return string name
|
||||
---@return number points
|
||||
---@return boolean completed
|
||||
---@return number month
|
||||
---@return number day
|
||||
---@return number year
|
||||
---@return string description
|
||||
---@return 0x00000080 flags
|
||||
---@return 0x00000001
|
||||
---@return 0x00000002
|
||||
---@return 0x00000080
|
||||
---@return string icon
|
||||
---@return string rewardText
|
||||
---@return boolean isGuildAch
|
||||
---@return boolean wasEarnedByMe
|
||||
---@return string earnedBy
|
||||
---Gets information about an achievement or statistic
|
||||
function GetAchievementInfo(category, index, id) end
|
||||
function GetAchievementInfo(category, index, id) end
|
||||
|
||||
Reference in New Issue
Block a user