Difference between revisions of "Lua:Class:Object"

From Cheat Engine
Jump to navigation Jump to search
(Properties)
Line 1: Line 1:
 +
[[Category:Lua]]
 
Object '''class''': ('''Inheritance''': )
 
Object '''class''': ('''Inheritance''': )
  

Revision as of 11:54, 19 March 2017

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

See also

Related Functions

Related Classes