register bunch of components and fix enumerations in documentation
This commit is contained in:
@@ -64,7 +64,7 @@ function RemoveItem(item, tryEquipFromSameStack) end
|
||||
-- @realm shared
|
||||
-- @tparam Item item
|
||||
-- @tparam Character user
|
||||
-- @tparam IEnumerable`1 allowedSlots
|
||||
-- @tparam Enumerable allowedSlots
|
||||
-- @tparam bool createNetworkEvent
|
||||
-- @treturn bool
|
||||
function TryPutItemWithAutoEquipCheck(item, user, allowedSlots, createNetworkEvent) end
|
||||
@@ -73,7 +73,7 @@ function TryPutItemWithAutoEquipCheck(item, user, allowedSlots, createNetworkEve
|
||||
-- @realm shared
|
||||
-- @tparam Item item
|
||||
-- @tparam Character user
|
||||
-- @tparam IEnumerable`1 allowedSlots
|
||||
-- @tparam Enumerable allowedSlots
|
||||
-- @tparam bool createNetworkEvent
|
||||
-- @tparam bool ignoreCondition
|
||||
-- @treturn bool
|
||||
@@ -137,7 +137,7 @@ function GetItemAt(index) end
|
||||
--- GetItemsAt
|
||||
-- @realm shared
|
||||
-- @tparam number index
|
||||
-- @treturn IEnumerable`1
|
||||
-- @treturn Enumerable
|
||||
function GetItemsAt(index) end
|
||||
|
||||
--- FindIndex
|
||||
@@ -292,14 +292,14 @@ function GetHashCode() end
|
||||
-- @bool AccessibleWhenAlive
|
||||
|
||||
---
|
||||
-- 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
|
||||
|
||||
Reference in New Issue
Block a user