Difference between revisions of "Lua:Class:Object"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''Object Class''': (Inheritance: None) Base class for all objects ===Properties=== ClassName: String - The name of class (Read only) ===Methods=== getClassName(): Returns…')
 
Line 9: Line 9:
 
   getClassName(): Returns the classname
 
   getClassName(): Returns the classname
 
   destroy(): Destroys the object
 
   destroy(): Destroys the object
 +
 +
 +
----
 +
 +
* [[Lua|Lua Functions and Classes]]

Revision as of 02:15, 19 January 2017

Object Class: (Inheritance: None)

Base class for all objects

Properties

 ClassName: String - The name of class (Read only)

Methods

 getClassName(): Returns the classname
 destroy(): Destroys the object