Difference between revisions of "Object"

From GiderosMobile
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Main Object class from which all Gideros classes inherit.<br/>
 
Main Object class from which all Gideros classes inherit.<br/>
There is no other purpose for this classes, rather a neat way to add methods to all Gideros classes
+
There is no other purpose for this classes, rather a neat way to add methods to all Gideros classes{|-
 
 
 
 
 
 
 
 
{|-
 
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 10:12, 23 August 2018

Supported platforms:
Available since: Gideros 2015.08

Description

Main Object class from which all Gideros classes inherit.
There is no other purpose for this classes, rather a neat way to add methods to all Gideros classes{|- | style="width: 50%;"|

Methods

Object:getBaseClass - returns base class
Object:getClass - returns class name
Object:isInstanceOf - checks if instance belongs to class
| style="width: 50%;"|

Events

Constants

|}