Difference between revisions of "Event.CONNECTED"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event when controller is connected") |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' connected<br/> | ||
+ | '''Defined by:''' [[Controller]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | Event when controller is connected | + | Event when controller is connected. |
+ | |||
+ | === Parameters === | ||
+ | '''playerId''': (number) id of controller/player<br/> | ||
+ | '''vendorId''': (number) id of controllers vendor/manufacturer<br/> | ||
+ | '''productId''': (number) id of vendors product<br/> | ||
+ | |||
+ | {{Controller}} |
Latest revision as of 06:00, 11 June 2023
Available since: Gideros 2011.6
Value: connected
Defined by: Controller
Description
Event when controller is connected.
Parameters
playerId: (number) id of controller/player
vendorId: (number) id of controllers vendor/manufacturer
productId: (number) id of vendors product