register bunch of components and fix enumerations in documentation

This commit is contained in:
Evil Factory
2021-11-26 22:56:29 -03:00
parent a5721295bc
commit 878dbb30bc
15 changed files with 174 additions and 77 deletions

View File

@@ -46,7 +46,7 @@ function GetItemAt(index) end
--- GetItemsAt
-- @realm shared
-- @tparam number index
-- @treturn IEnumerable`1
-- @treturn Enumerable
function GetItemsAt(index) end
--- FindIndex
@@ -124,7 +124,7 @@ function HowManyCanBePut(itemPrefab, i, condition) end
-- @realm shared
-- @tparam Item item
-- @tparam Character user
-- @tparam IEnumerable`1 allowedSlots
-- @tparam Enumerable allowedSlots
-- @tparam bool createNetworkEvent
-- @tparam bool ignoreCondition
-- @treturn bool
@@ -235,14 +235,14 @@ function Equals(obj) end
function GetHashCode() end
---
-- AllItems, Field of type IEnumerable`1
-- AllItems, Field of type Enumerable
-- @realm shared
-- @IEnumerable`1 AllItems
-- @Enumerable AllItems
---
-- AllItemsMod, Field of type IEnumerable`1
-- AllItemsMod, Field of type Enumerable
-- @realm shared
-- @IEnumerable`1 AllItemsMod
-- @Enumerable AllItemsMod
---
-- Capacity, Field of type number