Difference between revisions of "Controller:vibrate"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Vibrates the controller for provided amount of miliseconds.
 
Vibrates the controller for provided amount of miliseconds.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Controller:vibrate(ms)
 
Controller:vibrate(ms)
 
</source>
 
</source>

Revision as of 15:25, 13 July 2023

Available since: Gideros 2014.01
Class: Controller

Description

Vibrates the controller for provided amount of miliseconds. <syntaxhighlight lang="lua"> Controller:vibrate(ms) </source>

Works only if it is supported by the platform and controller, don't rely on it to work, and only use as addition to the game play.

Parameters

ms: (number) time in miliseconds