Skip to content

PyEntity

Represents a Python-accessible entity in the game world, such as a mobile or item. Inherits basic spatial and visual data from .

Type: string

Type: string

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

Type: uint

The unique serial identifier of the entity.

No enums found.

Returns a readable string representation of the entity. Used when printing or converting the object to a string in Python scripts.

Return Type: string


This will remove the item from the client, it will reappear if you leave the area and come back. This object will also no longer be available and may cause issues if you try to interact with it further.

Return Type: void (Does not return anything)