Difference between revisions of "Lua:Class:Object"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
: The name of class (Read only) | : The name of class (Read only) | ||
− | == | + | == Methods == |
; getClassName() : string | ; getClassName() : string | ||
: Returns the class name | : Returns the class name | ||
− | |||
; destroy() | ; destroy() | ||
: Destroys the object | : Destroys the object |
Revision as of 22:39, 10 March 2017
Object class: (Inheritance: )
Base class for all objects.
Properties
- ClassName : string
- The name of class (Read only)
Methods
- getClassName() : string
- Returns the class name
- destroy()
- Destroys the object