Difference between revisions of "Controller:getControllerName"

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) = Controller:getControllerName(id)
 
(string) = Controller:getControllerName(id)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:27, 13 July 2023

Available since: Gideros 2014.01
Class: Controller

Description

Gets the name of controller.

(string) = Controller:getControllerName(id)

Parameters

id: (number) controller id

Return values

Returns (string) controller name