Difference between revisions of "Lua:Class:Object"

From Cheat Engine
Jump to navigation Jump to search
Line 7: Line 7:
 
: The name of class (Read only)
 
: The name of class (Read only)
  
== Functions ==
+
== Methods ==
 
; getClassName() : string
 
; getClassName() : string
 
: Returns the class name
 
: Returns the class name
  
== Methods ==
 
 
; 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

See also

Related Functions

Related Classes