{{newin|[[0.7.0]]|070|type=function}}
Gets the velocity of the Source.
== Function ==
=== Synopsis ===
<source lang="lua">
x, y, z = Source:getVelocity( )
</source>
=== Arguments ===
None.
=== Returns ===
{{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.}}
== See Also ==
* [[parent::Source]]
* [[Source:setVelocity]]
[[Category:Functions]]
{{#set:Description=Gets the velocity of the Source.}}
== Other Languages ==
{{i18n|Source:getVelocity}}