Difference between revisions of "love.audio.setVolume"

Line 13: Line 13:
 
[[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}}

Revision as of 09:28, 25 March 2011

Sets the master volume.

Function

Synopsis

love.audio.setVolume( volume )

Arguments

number volume
1.0f is max and 0.0f is off.

Returns

Nothing.

See Also


Other Languages