Difference between revisions of "Controller:getControllerName"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Get the name of controller <source lang="lua"> (string), = Controller:getControllerName(id,) </source...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2014.01<br/>
 
'''Available since:''' Gideros 2014.01<br/>
 +
'''Class:''' [[Controller]]<br/>
 +
 
=== Description ===
 
=== Description ===
Get the name of controller
+
Gets the name of controller.
<source lang="lua">
+
<syntaxhighlight lang="lua">
(string), = Controller:getControllerName(id,)
+
(string) = Controller:getControllerName(id)
</source>
+
</syntaxhighlight>
'''id:''' (number) controller id ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''id''': (number) controller id<br/>
 +
 
 +
=== Return values ===
 
'''Returns''' (string) controller name<br/>
 
'''Returns''' (string) controller name<br/>
 +
 +
{{Controller}}

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