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) | + | (string) = Controller:getControllerName(id) |
</source> | </source> | ||
− | '''id | + | '''id''': (number) controller id ''''''<br/> |
'''Returns''' (string) controller name<br/> | '''Returns''' (string) controller name<br/> |
Revision as of 10: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