Difference between revisions of "love.audio.getNumSources"

m (Added oldin)
 
(3 intermediate revisions by 2 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 6: Line 7:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
없음
+
None.
=== Return ===
+
=== Returns ===
{{param|number|numSources|현재 재생되고 있는 오디오 소스의 갯수}}
+
{{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}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.getNumSources}}
 
{{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