Difference between revisions of "Lua:Class:Object"
								
								Jump to navigation
				Jump to search
				
				
		
		|  (→Related Classes) | m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) | 
| (One intermediate revision by one other user not shown) | |
| (No difference) | |
Latest revision as of 19:07, 18 March 2019
Object class: (Inheritance: )
Base class for all objects.
Properties[edit]
- ClassName : string : Readonly
- The name of class.
Methods[edit]
- getClassName() : string
- Returns the class name
- destroy()
- Destroys the object

