Difference between revisions of "Object:getClass"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2015.08<br/> | + | '''<translate>Available since</translate>:''' Gideros 2015.08<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>Returns the class name of the instance as string</translate> | <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 === | + | === <translate>Return values</translate> === |
− | '''Returns''' (string) <translate>class name as string</translate><br/> | + | '''<translate>Returns</translate>''' (string) <translate>class name as string</translate><br/> |
Revision as of 07:28, 24 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