Difference between revisions of "Object:getClass"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(4 intermediate revisions by 2 users not shown) | |||
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. |
+ | <syntaxhighlight lang="lua"> | ||
(string) = Object:getClass() | (string) = Object:getClass() | ||
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (string) class name as string<br/> | ||
+ | |||
+ | {{Object}} |
Latest revision as of 14:32, 13 July 2023
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