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

@@ -49,7 +49,7 @@ function IsFull(takeStacksIntoAccount) end
-- @realm shared
-- @tparam Item item
-- @tparam Character user
-- @tparam IEnumerable`1 allowedSlots
-- @tparam Enumerable allowedSlots
-- @tparam bool createNetworkEvent
-- @tparam bool ignoreCondition
-- @treturn bool
@@ -115,7 +115,7 @@ function GetItemAt(index) end
--- GetItemsAt
-- @realm shared
-- @tparam number index
-- @treturn IEnumerable`1
-- @treturn Enumerable
function GetItemsAt(index) end
--- FindIndex
@@ -240,14 +240,14 @@ function GetHashCode() end
-- @ItemContainer Container
---
-- 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