inpStopVibration

Stops all vibration on the controller. Takes controller (Int). Returns nothing.

Input

Parameters & Returns

Parameters

controller Int

Returns

Void

Quick Summary

Stops all vibration on the controller. Takes controller (Int). Returns nothing.

Technical Exegesis...

Immediately stops all vibration on both motors of the controller. This cancels any ongoing vibration set by inpSetVibration() or inpVibrateFor().

The controller must be created with inpCreateController() before stopping vibration. If the controller is invalid or not connected, the function silently fails.

Example

Example.bam
; No example implemented yet