Skip to content

Commit

Permalink
Small fix to itemlink (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon committed Oct 11, 2022
1 parent 1c17593 commit b7279a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/_item.lua
Expand Up @@ -62,7 +62,7 @@
---@field public InvSlot MQFloat #Inventory Slot Number (Historic and now deprecated, use ItemSlot and ItemSlot2)
---@field public Item item Item in #th slot, if this is a container or has augs
---@field public ItemDelay MQFloat Returns the delay of the weapon
---@field public ItemLink item just prints the actual hexlink for an item (not clickable) unless [CLICKABLE] is included
---@field public ItemLink fun(clickable?: string): MQString # just prints the actual hexlink for an item (not clickable) unless [CLICKABLE] is included
---@field public Items MQFloat #Number of items, if this is a container.
---@field public ItemSlot MQFloat #Item Slot number see Slot Names
---@field public ItemSlot2 MQFloat #Item Slot sub number see Slot Names
Expand Down

0 comments on commit b7279a2

Please sign in to comment.