{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[ParticleSystem:count]]}}
Gets the number of particles that are currently in the system.
== 関数 ==
=== 概要 ===
<source lang="lua">
count = ParticleSystem:getCount( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|count|The current number of live particles.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:getBufferSize (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the number of particles that are currently in the system.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getCount}}