Difference between revisions of "Object:getBaseClass"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2015.08<br/> | '''Available since:''' Gideros 2015.08<br/> | ||
+ | '''Class:''' [[Object]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | Returns the class name which object directly inherits from | + | Returns the class name which object directly inherits from. |
− | < | + | <syntaxhighlight lang="lua"> |
(string) = Object:getBaseClass() | (string) = Object:getBaseClass() | ||
− | </ | + | </syntaxhighlight> |
+ | |||
+ | === Return values === | ||
'''Returns''' (string) returns base class name<br/> | '''Returns''' (string) returns base class name<br/> | ||
+ | |||
+ | {{Object}} |
Latest revision as of 14:31, 13 July 2023
Available since: Gideros 2015.08
Class: Object
Description
Returns the class name which object directly inherits from.
(string) = Object:getBaseClass()
Return values
Returns (string) returns base class name