ItemLockMode Enumeration

Describes how an an item can be moved within a container.

Constants

inventory

inventory = "inventory"

The item cannot be dropped or crafted with.

none

none = "none"

The item has no container restrictions.

slot

slot = "slot"

The item cannot be moved from its slot, dropped or crafted with.