Difference between revisions of "Object:getClass"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(string) = Object:getClass()
 
(string) = Object:getClass()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 15: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