{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Checks whether the particle system is stopped.
== 関数 ==
=== 概要 ===
<source lang="lua">
stopped = ParticleSystem:isStopped( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|boolean|stopped|True if system is stopped, false otherwise.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:isActive (日本語)]]
* [[ParticleSystem:isPaused (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Checks whether the particle system is stopped.}}
{{#set:Since=090}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:isStopped}}