Difference between revisions of "love.audio.getNumSources"

m (Added oldin)
 
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[love.audio.getSourceCount]]}}
 
Gets the current number of simultaneously playing sources.
 
Gets the current number of simultaneously playing sources.
 
== Function ==
 
== Function ==

Latest revision as of 00:33, 13 October 2013

Removed in LÖVE 0.9.0
It has been renamed to love.audio.getSourceCount.

Gets the current number of simultaneously playing sources.

Function

Synopsis

numSources = love.audio.getNumSources( )

Arguments

None.

Returns

number numSources
The current number of simultaneously playing sources.

See Also


Other Languages