Difference between revisions of "Object:getBaseClass"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 5: | Line 5: | ||
=== 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() | ||
</source> | </source> |
Revision as of 14:30, 13 July 2023
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