Difference between revisions of "Accelerometer.isAvailable"
From GiderosMobile
Line 1: | Line 1: | ||
− | Returns true if accelerometer is available for this platform, false otherwise. | + | Returns '''true''' if accelerometer is available for this platform, '''false''' otherwise. |
<syntaxhighlight lang=lua> | <syntaxhighlight lang=lua> | ||
Line 6: | Line 6: | ||
== Return value == | == Return value == | ||
− | bool: `true` if accelerometer is available for this platform, `false` otherwise. | + | '''bool:''' `true` if accelerometer is available for this platform, `false` otherwise. |
Revision as of 00:07, 22 August 2018
Returns true if accelerometer is available for this platform, false otherwise.
(bool) = Accelerometer.isAvailable()
Return value
bool: `true` if accelerometer is available for this platform, `false` otherwise.