register bunch of components and fix enumerations in documentation
This commit is contained in:
59
docs/lua/enums/InvSlotType.lua
Normal file
59
docs/lua/enums/InvSlotType.lua
Normal file
@@ -0,0 +1,59 @@
|
||||
--[[--
|
||||
InvSlotType enum.
|
||||
]]
|
||||
-- @enum InvSlotType
|
||||
|
||||
---
|
||||
-- InvSlotType.None = 0
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.None
|
||||
|
||||
---
|
||||
-- InvSlotType.Any = 1
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.Any
|
||||
|
||||
---
|
||||
-- InvSlotType.RightHand = 2
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.RightHand
|
||||
|
||||
---
|
||||
-- InvSlotType.LeftHand = 4
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.LeftHand
|
||||
|
||||
---
|
||||
-- InvSlotType.Head = 8
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.Head
|
||||
|
||||
---
|
||||
-- InvSlotType.InnerClothes = 16
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.InnerClothes
|
||||
|
||||
---
|
||||
-- InvSlotType.OuterClothes = 32
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.OuterClothes
|
||||
|
||||
---
|
||||
-- InvSlotType.Headset = 64
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.Headset
|
||||
|
||||
---
|
||||
-- InvSlotType.Card = 128
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.Card
|
||||
|
||||
---
|
||||
-- InvSlotType.Bag = 256
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.Bag
|
||||
|
||||
---
|
||||
-- InvSlotType.HealthInterface = 512
|
||||
-- @realm shared
|
||||
-- @number InvSlotType.HealthInterface
|
||||
Reference in New Issue
Block a user