Object

From GiderosMobile
Revision as of 10:03, 23 August 2018 by Hgy29 (talk | contribs)

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

Methods

Object:getBaseClass - returns base class
Object:getClass - returns class name
Object:isInstanceOf - checks if instance belongs to class

Events

Constants