Difference between revisions of "love.audio.setVolume"

m (Arguments)
 
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|number|volume|1.0f is max and 0.0f is off.}}
+
{{param|number|volume|1.0 is max and 0.0 is off.}}
 +
 
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Latest revision as of 22:05, 18 March 2015

Sets the master volume.

Function

Synopsis

love.audio.setVolume( volume )

Arguments

number volume
1.0 is max and 0.0 is off.

Returns

Nothing.

See Also


Other Languages