Object:isInstanceOf

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

Available since: Gideros 2015.08

Description

Returns true if instance is of provided class name or if it inherits from provided class name

(boolean) = Object:isInstanceOf(classname)

'classname: (string) The name of the class to check relation to '
Returns (boolean) true if instance belongs or inherits from class, false otherwise