{{newin|[[0.8.0]]|080|type=function}}
Sets the volume limits of the source. The limits have to be numbers from 0 to 1.

== Function ==
=== Synopsis ===
<source lang="lua">
Source:setVolumeLimits( min, max )
</source>
=== Arguments ===
{{param|number|min|The minimum volume.}}
{{param|number|max|The maximum volume.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Source]]
[[Category:Functions]]
{{#set:Description=Sets the volume limits of the source.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Source:setVolumeLimits}}