Skip to content

abstract class Object (client-side)

Available since version: 0.3.8.0

This class represents base object class.

Properties

int refCtr (read-only)

Represents the reference counter for the game object (useful for debugging).


int hashIndex (read-only)

Represents the hash index of the game object.


Object&|null hashNext (read-only)

Represents the next hash game object.


string objectName (read-only)

Represents the internale engine object name.


Methods

No methods.


Callbacks

No callbacks.