PyItem
Class Description
Section titled âClass DescriptionâRepresents a Python-accessible item in the game world.
Inherits entity and positional data from
Properties
Section titled âPropertiesâType: int
Type: bool
Container
Section titled âContainerâType: uint
RootContainer
Section titled âRootContainerâType: uint
RootEntity
Section titled âRootEntityâType: PyEntity
__class__
Section titled â__class__âType: string
The Python-visible class name of this object.
Accessible in Python as
IsCorpse
Section titled âIsCorpseâType: bool
IsContainer
Section titled âIsContainerâType: bool
Check if this item is a container(Bag, chest, etc)
MatchingHighlightName
Section titled âMatchingHighlightNameâType: string
If this item matches a grid highlight rule, this is the rule name it matched against
MatchesHighlight
Section titled âMatchesHighlightâType: bool
True/False if this matches a grid highlight config
No enums found.
Methods
Section titled âMethodsâGetContainerGump
Section titled âGetContainerGumpâ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