Code format
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param specID number
|
||||
---@param isInspect boolean
|
||||
---@param isPet boolean
|
||||
---@param inspectTarget string
|
||||
---@param gender number
|
||||
---@return number id
|
||||
---@return string name
|
||||
---@return string description
|
||||
---@return string icon
|
||||
---@return string background
|
||||
---@return string role
|
||||
---@return number primaryStat
|
||||
---@param specID number
|
||||
---@param isInspect boolean
|
||||
---@param isPet boolean
|
||||
---@param inspectTarget string
|
||||
---@param gender number
|
||||
---@return number id
|
||||
---@return string name
|
||||
---@return string description
|
||||
---@return string icon
|
||||
---@return string background
|
||||
---@return string role
|
||||
---@return number primaryStat
|
||||
---Return additional data about player specializations.
|
||||
function GetSpecializationInfo(specID, isInspect, isPet, inspectTarget, gender) end
|
||||
function GetSpecializationInfo(specID, isInspect, isPet, inspectTarget, gender) end
|
||||
|
||||
Reference in New Issue
Block a user