Difference between revisions of "Object:getClass"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === Returns the class name of the instance as string <source lang="lua"> (string), = Object:getClass() </...")
 
Line 4: Line 4:
 
Returns the class name of the instance as string
 
Returns the class name of the instance as string
 
<source lang="lua">
 
<source lang="lua">
(string), = Object:getClass()
+
(string) = Object:getClass()
 
</source>
 
</source>
 
'''Returns''' (string) class name as string<br/>
 
'''Returns''' (string) class name as string<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2015.08

Description

Returns the class name of the instance as string

(string) = Object:getClass()

Returns (string) class name as string