Difference between revisions of "Object:getClass"
From GiderosMobile
(language stuff) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Returns the class name of the instance as string. | Returns the class name of the instance as string. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(string) = Object:getClass() | (string) = Object:getClass() | ||
</source> | </source> |
Revision as of 14:30, 13 July 2023
Available since: Gideros 2015.08
Class: Object
Description
Returns the class name of the instance as string. <syntaxhighlight lang="lua"> (string) = Object:getClass() </source>
Return values
Returns (string) class name as string