Difference between revisions of "love.audio.getActiveSourceCount"

(Created page)
 
m (updated version from 0.11.0 to 11.0)
 
Line 1: Line 1:
{{newin|[[0.11.0]]|110|type=function|text=It has been renamed from [[love.audio.getSourceCount]]}}
+
{{newin|[[11.0]]|110|type=function|text=It has been renamed from [[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 12:35, 2 April 2018

Available since LÖVE 11.0
It has been renamed from love.audio.getSourceCount.

Gets the current number of simultaneously playing sources.

Function

Synopsis

count = love.audio.getActiveSourceCount( )

Arguments

None.

Returns

number count
The current number of simultaneously playing sources.

See Also

Other Languages