Difference between revisions of "love.audio.getNumSources"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the current number of simulatenous playing sources.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the current number of simulatenous playing sources.}}

Revision as of 16:17, 14 February 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