Difference between revisions of "Controller:getControllerName"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Gets the name of controller. | Gets the name of controller. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(string) = Controller:getControllerName(id) | (string) = Controller:getControllerName(id) | ||
</source> | </source> |
Revision as of 14:26, 13 July 2023
Available since: Gideros 2014.01
Class: Controller
Description
Gets the name of controller. <syntaxhighlight lang="lua"> (string) = Controller:getControllerName(id) </source>
Parameters
id: (number) controller id
Return values
Returns (string) controller name