update docs

This commit is contained in:
Evil Factory
2022-03-05 23:12:56 -03:00
parent 422edc7fa4
commit a2dc2c5ed0
19 changed files with 752 additions and 73 deletions

View File

@@ -44,6 +44,12 @@ function TeleportTo(worldPos) end
-- @table Character.CharacterList
--- ApplyStatusEffects
-- @realm shared
-- @tparam function actionType
-- @tparam number deltaTime
function ApplyStatusEffects(actionType, deltaTime) end
--- BreakJoints
-- @realm shared
function BreakJoints() end
@@ -140,6 +146,11 @@ function GiveTalent(talentPrefab, addingFirstTime) end
-- @treturn bool
function HasTalent(identifier) end
--- HasUnlockedAllTalents
-- @realm shared
-- @treturn bool
function HasUnlockedAllTalents() end
--- GetFriendlyCrew
-- @realm shared
-- @tparam Character character
@@ -573,7 +584,8 @@ function ApplyAttack(attacker, worldPosition, attack, deltaTime, playSound, targ
-- @tparam number severLimbsProbability
-- @tparam number damage
-- @tparam bool allowBeheading
function TrySeverLimbJoints(targetLimb, severLimbsProbability, damage, allowBeheading) end
-- @tparam Character attacker
function TrySeverLimbJoints(targetLimb, severLimbsProbability, damage, allowBeheading, attacker) end
--- AddDamage
-- @realm shared
@@ -639,12 +651,6 @@ function TryAdjustAttackerSkill(attacker, healthChange) end
-- @tparam bool isNetworkMessage
function SetStun(newStun, allowStunDecrease, isNetworkMessage) end
--- ApplyStatusEffects
-- @realm shared
-- @tparam function actionType
-- @tparam number deltaTime
function ApplyStatusEffects(actionType, deltaTime) end
--- Create
-- @realm shared
-- @tparam string speciesName
@@ -882,6 +888,11 @@ function GetHashCode() end
-- @realm shared
-- @Character SecondLastOrderedCharacter
---
-- ItemSelectedDurations, Field of type table
-- @realm shared
-- @table ItemSelectedDurations
---
-- SpeciesName, Field of type string
-- @realm shared