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