Difference between revisions of "love.audio.setVolume"

m (Arguments)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
 
Sets the master volume.
 
Sets the master volume.
 
== Function ==
 
== Function ==
Line 7: 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.
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the master volume.}}
 
{{#set:Description=Sets the master volume.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.audio.setVolume}}

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