Difference between revisions of "love.audio.getSourceCount (日本語)"
(Created page with "{{newin (日本語)|0.9.0|090|type=function|text=love.audio.getNumSources からの名称変更}} 現在同時再生中の Source...") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{newin (日本語)|[[0.9.0]]|090|type= | + | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[love.audio.getNumSources (日本語)|love.audio.getNumSources]] からの名称変更}} |
+ | {{deprecatedin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数|text=[[love.audio.getActiveSourceCount (日本語)|love.audio.getActiveSourceCount]] へ名称変更}} | ||
現在同時再生中の Source の本数を取得します。 | 現在同時再生中の Source の本数を取得します。 | ||
== 関数 == | == 関数 == | ||
Line 16: | Line 17: | ||
{{#set:Since=090}} | {{#set:Since=090}} | ||
{{#set:PrettySince=0.9.0}} | {{#set:PrettySince=0.9.0}} | ||
+ | {{#set:Deprecated=110}} | ||
+ | {{#set:PrettyDeprecated=11.0}} | ||
+ | |||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|love.audio.getSourceCount}} | + | {{i18n (日本語)|love.audio.getSourceCount}} |
Latest revision as of 14:40, 29 June 2019
LÖVE 0.9.0 から使用可能 |
love.audio.getNumSources からの名称変更。 |
LÖVE 11.0 で廃止予定 |
love.audio.getActiveSourceCount へ名称変更。 |
現在同時再生中の Source の本数を取得します。
関数
概要
numSources = love.audio.getSourceCount( )
引数
なし。
返値
number numSources
- 現在同時再生中の Source の本数。
関連