Difference between revisions of "love.audio.setVolume"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Sets the master volume. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
* [[parent::love.audio]] | * [[parent::love.audio]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Sets the master volume.}} |
Revision as of 16:17, 14 February 2010
Sets the master volume.
Function
Synopsis
love.audio.setVolume( volume )
Arguments
number volume
- 1.0f is max and 0.0f is off.
Returns
Nothing.