Source:getVelocity
Returns the velocity of the Source, in meters per second. This affects the doppler effect.
x, y, z = Source:getVelocity()
Arguments
None
Returns
Name | Type | Description |
x | number | The x velocity. |
y | number | The y velocity. |
z | number | The z velocity. |
Notes
The Source does not move based on its velocity.
See also
Source:setVelocity
Source