Difference between revisions of "Controller:getControllerName"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2014.01<br/> | |
− | ''' | + | '''Class:''' [[Controller]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Gets the name of controller. | |
<source lang="lua"> | <source lang="lua"> | ||
(string) = Controller:getControllerName(id) | (string) = Controller:getControllerName(id) | ||
</source> | </source> | ||
− | === | + | |
− | '''id''': (number) | + | === Parameters === |
− | === | + | '''id''': (number) controller id<br/> |
− | ''' | + | |
+ | === Return values === | ||
+ | '''Returns''' (string) controller name<br/> | ||
{{Controller}} | {{Controller}} |
Revision as of 05:56, 11 June 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