Difference between revisions of "Lua:Class:Object"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
: Destroys the object | : Destroys the object | ||
− | + | {{LuaSeeAlso}} | |
− | |||
− | |||
=== Related Functions === | === Related Functions === |
Revision as of 21:55, 19 March 2017
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