Difference between revisions of "Lua:Class:Object"
Jump to navigation
Jump to search
m (moved Object to Lua:Class:Object) |
(→Related Functions) |
||
Line 18: | Line 18: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[createClass]] | + | * [[Lua:createClass|createClass]] |
− | * [[inheritsFromObject]] | + | * [[Lua:inheritsFromObject|inheritsFromObject]] |
− | * [[inheritsFromComponent]] | + | * [[Lua:inheritsFromComponent|inheritsFromComponent]] |
− | * [[inheritsFromControl]] | + | * [[Lua:inheritsFromControl|inheritsFromControl]] |
− | * [[inheritsFromWinControl]] | + | * [[Lua:inheritsFromWinControl|inheritsFromWinControl]] |
=== Related Classes === | === Related Classes === |
Revision as of 01:33, 25 January 2018
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