{{oldin|[[0.9.0]]|090|type=function|text=Use [[ParticleSystem:getCount]] and [[ParticleSystem:getBufferSize]]}}
Checks whether the particle system is full of particles.
== Function ==
=== Synopsis ===
<source lang="lua">
full = ParticleSystem:isFull( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|full|True if no more particles can be added, false otherwise.}}
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Checks whether the particle system is full of particles.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:isFull}}