Skip to content

Commit

Permalink
Fix invslot definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon committed Sep 12, 2022
1 parent f209109 commit 1cb42b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datatype/_invslot.lua
@@ -1,7 +1,7 @@
--- @class invslot
--- @field public ID number ID of this item slot (usable directly by /itemnotify)
--- @field public ID fun(): integer ID of this item slot (usable directly by /itemnotify)
--- @field public Item item Item data for the item in this slot
--- @field public Name string For inventory slots not inside packs, the slot name, otherwise NULL
--- @field public Name fun(): string For inventory slots not inside packs, the slot name, otherwise NULL
--- @field public Pack invslot Container that must be opened to access the slot with /itemnotify
--- @field public Slot number Slot number inside the pack which holds the item, otherwise NULL
--- @field public ToString number Same as ID
--- @field public Slot fun(): integer Slot number inside the pack which holds the item, otherwise NULL
--- @field public ToString fun(): string Same as ID

0 comments on commit 1cb42b3

Please sign in to comment.