Difference between revisions of "Controller:isAnyAvailable"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Returns true if any of controller is connected to device <source lang="lua"> (bool), = Controller:isA...")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2014.01<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2014.01<br/>
Returns true if any of controller is connected to device
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Controller|Controller]]<br/>
 +
=== <translate>Description</translate> ===
 +
<translate>Returns true if any of controller is connected to device</translate>
 
<source lang="lua">
 
<source lang="lua">
(bool), = Controller:isAnyAvailable()
+
(bool) = Controller:isAnyAvailable()
 
</source>
 
</source>
'''Returns''' (bool) if any controller is connected<br/>
+
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (bool) <translate>if any controller is connected</translate><br/>
 +
 
 +
{{Controller}}

Revision as of 10:17, 4 December 2019


Available since: Gideros 2014.01
Class: Controller

Description

Returns true if any of controller is connected to device

(bool) = Controller:isAnyAvailable()

Return values

Returns (bool) if any controller is connected