Object:getBaseClass

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2015.08
Class: Object

Description

Returns the class name which object directly inherits from. <syntaxhighlight lang="lua"> (string) = Object:getBaseClass() </source>

Return values

Returns (string) returns base class name