{{newin|[[0.9.0]]|090|type=function}}
Gets the maximum number of particles the ParticleSystem can have at once.
== Function ==
=== Synopsis ===
<source lang="lua">
size = ParticleSystem:getBufferSize( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|size|The maximum number of particles.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setBufferSize]]
* [[ParticleSystem:getCount]]
[[Category:Functions]]
{{#set:Description=Gets the maximum number of particles the ParticleSystem can have at once.}}
== Other Languages ==
{{i18n|ParticleSystem:getBufferSize}}