Object:getClass
From GiderosMobile
Available since: Gideros 2015.08
Class: Object
Description
Returns the class name of the instance as string. <syntaxhighlight lang="lua"> (string) = Object:getClass() </source>
Return values
Returns (string) class name as string