Set the radial acceleration (away from the emitter).
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setRadialAcceleration( min, max )
</source>
=== Arguments ===
{{param|number|min|The minimum acceleration.}}
{{param|number|max (min)|The maximum acceleration.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:getRadialAcceleration]]
[[Category:Functions]]
{{#set:Description=Set the radial acceleration (away from the emitter).}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:setRadialAcceleration}}