Difference between revisions of "love.audio.getNumSources"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Gets the current number of simulatenous playing sources.
 
Gets the current number of simulatenous playing sources.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current number of simulatenous playing sources.}}
 
{{#set:Description=Gets the current number of simulatenous playing sources.}}
 +
== Other Languages ==
 +
{{i18n|love.audio.getNumSources}}

Revision as of 19:35, 25 October 2010

Gets the current number of simulatenous playing sources.

Function

Synopsis

numSources = love.audio.getNumSources( )

Arguments

None.

Returns

number numSources
The current number of simulatenous playing sources

See Also

Other Languages