Difference between revisions of "Lua:Class:Object"

From Cheat Engine
Jump to navigation Jump to search
(Related Classes)
(Replaced content with '<span style="font-size:25px;color:red">Sorry! Content not available.</span>')
Line 1: Line 1:
[[Category:Lua]]
+
<span style="font-size:25px;color:red">Sorry! Content not available.</span>
Object '''class''': ('''Inheritance''': )
 
 
 
Base class for all objects.
 
 
 
== Properties ==
 
; ClassName &#58; string &#58; ''Readonly''
 
: The name of class.
 
 
 
== Methods ==
 
; getClassName() &#58; string
 
: Returns the class name
 
 
 
; destroy()
 
: Destroys the object
 
 
 
{{LuaSeeAlso}}
 
 
 
=== Related Functions ===
 
* [[Lua:createClass|createClass]]
 
* [[Lua:inheritsFromObject|inheritsFromObject]]
 
* [[Lua:inheritsFromComponent|inheritsFromComponent]]
 
* [[Lua:inheritsFromControl|inheritsFromControl]]
 
* [[Lua:inheritsFromWinControl|inheritsFromWinControl]]
 
 
 
=== Related Classes ===
 
* [[Lua:Class:Component|Component]]
 
* [[Lua:Class:Control|Control]]
 
* [[Lua:Class:WinControl|WinControl]]
 
* [[Lua:Class:Application|Application]]
 
* [[Lua:Class:Form|Form]]
 

Revision as of 15:56, 16 March 2019

Sorry! Content not available.