Lua:Class:Object
Object class: (Inheritance: )
Base class for all objects.
Properties
- ClassName : string : Readonly
 - The name of class.
 
Methods
- getClassName() : string
 - Returns the class name
 
- destroy()
 - Destroys the object
 
Object class: (Inheritance: )
Base class for all objects.