Sets the size of the buffer (the max allowed amount of particles in the system).
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setBufferSize( size )
</source>
=== Arguments ===
{{param|number|size|The buffer size.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Sets the size of the buffer (the max allowed amount of particles in the system).}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:setBufferSize}}