Difference between revisions of "Object:getBaseClass"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === Returns the class name which object directly inherits from <source lang="lua"> (string), = Object:get...") |
|||
Line 4: | Line 4: | ||
Returns the class name which object directly inherits from | Returns the class name which object directly inherits from | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (string) | + | (string) = Object:getBaseClass() |
</source> | </source> | ||
'''Returns''' (string) returns base class name<br/> | '''Returns''' (string) returns base class name<br/> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2015.08
Description
Returns the class name which object directly inherits from
(string) = Object:getBaseClass()
Returns (string) returns base class name