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...")
 
Line 4: Line 4:
 
Get the name of controller
 
Get the name of controller
 
<source lang="lua">
 
<source lang="lua">
(string), = Controller:getControllerName(id,)
+
(string) = Controller:getControllerName(id)
 
</source>
 
</source>
'''id:''' (number) controller id ''''''<br/>
+
'''id''': (number) controller id ''''''<br/>
 
'''Returns''' (string) controller name<br/>
 
'''Returns''' (string) controller name<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2014.01

Description

Get the name of controller

(string) = Controller:getControllerName(id)

'id: (number) controller id '
Returns (string) controller name