Difference between revisions of "love.audio.setVolume"

m (Arguments)
 
(One intermediate revision by one other user not shown)
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.
Line 13: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the master volume.}}
 
{{#set:Description=Sets the master volume.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.setVolume}}
 
{{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