Controller:getControllerName

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

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