Skip to content

BaseClass

All objects are based on this class


Properties

readonly string ClassName

The name of the class


readonly string Name

The name of the object


string Id

A unique identifier for each object

Methods

BaseClass new()

Creates a new object

Example
BaseClass.new()

boolean IsA(className: string)

IsA returns true if the Instance's class is equivalent to or a subclass of a given class name


void SetName(name: string)

Sets the object name


void Destroy()

Destroys the object

Events

Changed

Parameters DataType
Property String

Destroy

Parameters DataType
Property String