update docs

This commit is contained in:
Evil Factory
2022-05-02 15:51:03 -03:00
parent 776e6d8ffd
commit 4b024d525f
8 changed files with 638 additions and 21 deletions

View File

@@ -17,12 +17,28 @@ local Job = {}
-- @treturn Job
function Job.Random(randSync) end
--- GetSkills
-- @realm shared
-- @treturn Enumerable
function GetSkills() end
--- GetSkillLevel
-- @realm shared
-- @tparam Identifier skillIdentifier
-- @treturn number
function GetSkillLevel(skillIdentifier) end
--- GetSkill
-- @realm shared
-- @tparam Identifier skillIdentifier
-- @treturn Skill
function GetSkill(skillIdentifier) end
--- OverrideSkills
-- @realm shared
-- @tparam table newSkills
function OverrideSkills(newSkills) end
--- IncreaseSkillLevel
-- @realm shared
-- @tparam Identifier skillIdentifier
@@ -78,11 +94,6 @@ function GetHashCode() end
-- @realm shared
-- @JobPrefab Prefab
---
-- Skills, Field of type table
-- @realm shared
-- @table Skills
---
-- PrimarySkill, Field of type Skill
-- @realm shared