Skip to content

PyItem

Represents a Python-accessible item in the game world. Inherits entity and positional data from .

Type: int

Type: bool

Type: uint

Type: uint

Type: PyEntity

Type: string

The Python-visible class name of this object. Accessible in Python as obj.class .

Type: bool

Type: bool

Check if this item is a container(Bag, chest, etc)

Type: string

If this item matches a grid highlight rule, this is the rule name it matched against

Type: bool

True/False if this matches a grid highlight config

No enums found.

If this item is a container ( item.IsContainer ) and is open, this will return the grid container or container gump for it.

Return Type: PyBaseControl