{{newin|[[0.9.0]]|090|type=function}}
Gets the current vibration motor strengths on a Joystick with rumble support.
== Function ==
=== Synopsis ===
<source lang="lua">
left, right = Joystick:getVibration( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|left|Current strength of the left vibration motor on the Joystick.}}
{{param|number|right|Current strength of the right vibration motor on the Joystick.}}

== See Also ==
* [[parent::Joystick]]
* [[Joystick:setVibration]]
* [[Joystick:isVibrationSupported]]

[[Category:Functions]]
{{#set:Description=Gets the current vibration motor strengths on a Joystick with rumble support.}}
== Other Languages ==
{{i18n|Joystick:getVibration}}