Difference between revisions of "Object:getClass"
From GiderosMobile
(language stuff) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2015.08<br/> | |
− | ''' | + | '''Class:''' [[Object]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Returns the class name of the instance as string. | |
<source lang="lua"> | <source lang="lua"> | ||
(string) = Object:getClass() | (string) = Object:getClass() | ||
</source> | </source> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (string) class name as string<br/> | ||
{{Object}} | {{Object}} |
Revision as of 06:23, 12 January 2022
Available since: Gideros 2015.08
Class: Object
Description
Returns the class name of the instance as string.
(string) = Object:getClass()
Return values
Returns (string) class name as string