Difference between revisions of "Lua:Class:Object"
Jump to navigation
Jump to search
(→Properties) |
|||
Line 4: | Line 4: | ||
== Properties == | == Properties == | ||
− | ; ClassName : string | + | ; ClassName : string : '''''Readonly''''' |
− | : The name of class | + | : The name of class. |
== Methods == | == Methods == |
Revision as of 22:42, 10 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