Difference between revisions of "Object:getBaseClass"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2015.08<br/> | + | '''<translate>Available since</translate>:''' Gideros 2015.08<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>Returns the class name which object directly inherits from</translate> | <translate>Returns the class name which object directly inherits from</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
(string) = Object:getBaseClass() | (string) = Object:getBaseClass() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (string) <translate>returns base class name</translate><br/> | + | '''<translate>Returns</translate>''' (string) <translate>returns base class name</translate><br/> |
Revision as of 07:28, 24 August 2018
Available since: Gideros 2015.08
Description
Returns the class name which object directly inherits from
(string) = Object:getBaseClass()
Return values
Returns (string) returns base class name