Difference between revisions of "Object:getBaseClass"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
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() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
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