Difference between revisions of "Object:getClass"

From GiderosMobile
(language stuff)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the class name of the instance as string.
 
Returns the class name of the instance as string.
<source 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