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

@@ -138,6 +138,11 @@ function ItemPrefab.IsContainerPreferred(preferences, c) end
-- @treturn bool
function ItemPrefab.IsContainerPreferred(preferences, ids) end
--- ToString
-- @realm shared
-- @treturn string
function ToString() end
--- GetItemPrefab
-- @realm shared
-- @tparam string itemNameOrId
@@ -212,11 +217,6 @@ function IsLinkAllowed(target) end
-- @treturn Type
function GetType() end
--- ToString
-- @realm shared
-- @treturn string
function ToString() end
--- Equals
-- @realm shared
-- @tparam Object obj
@@ -368,6 +368,11 @@ function GetHashCode() end
-- @realm shared
-- @number ImpactTolerance
---
-- OnDamagedThreshold, Field of type number
-- @realm shared
-- @number OnDamagedThreshold
---
-- SonarSize, Field of type number
-- @realm shared