{{newin|[[0.7.0]]|070|type=function}}
Sets the velocity of the Source.

This does '''not''' change the position of the Source, but lets the application know how it has to calculate the doppler effect.
== Function ==
=== Synopsis ===
<source lang="lua">
Source:setVelocity( x, y, z )
</source>
=== Arguments ===
{{param|number|x|The X part of the velocity vector.}}
{{param|number|y|The Y part of the velocity vector.}}
{{param|number|z|The Z part of the velocity vector.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Source]]
[[Category:Functions]]
{{#set:Description=Sets the velocity of the Source.}}
== Other Languages ==
{{i18n|Source:setVelocity}}