Difference between revisions of "love.audio.getNumSources"

m (1 revision: Imported docs from potato.)
m (Added oldin)
 
(9 intermediate revisions by 6 users not shown)
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.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 9:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|numSources|The current number of simulatenous playing sources}}
+
{{param|number|numSources|The current number of simultaneously playing sources.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the current number of simultaneously playing sources.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.audio.getNumSources}}

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