PyEntity
Class Description
Section titled “Class Description”Represents a Python-accessible entity in the game world, such as a mobile or item.
Inherits basic spatial and visual data from
Properties
Section titled “Properties”Type: string
__class__
Section titled “__class__”Type: string
The Python-visible class name of this object.
Accessible in Python as
Serial
Section titled “Serial”Type: uint
The unique serial identifier of the entity.
No enums found.
Methods
Section titled “Methods”ToString
Section titled “ToString”Returns a readable string representation of the entity. Used when printing or converting the object to a string in Python scripts.
Return Type: string
Destroy
Section titled “Destroy”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)