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: int

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


(hue) Parameters:

NameTypeOptionalDescription
hueushort❌ No

Return Type: void (Does not return anything)