Difference between revisions of "Object:getClass"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2015.08<br/>
 
'''Available since:''' Gideros 2015.08<br/>
 
=== Description ===
 
=== Description ===
Returns the class name of the instance as string
+
<translate>Returns the class name of the instance as string</translate>
 
<source lang="lua">
 
<source lang="lua">
 
(string) = Object:getClass()
 
(string) = Object:getClass()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) class name as string<br/>
+
'''Returns''' (string) <translate>class name as string</translate><br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2015.08

Description

Returns the class name of the instance as string

(string) = Object:getClass()

Return values

Returns (string) class name as string