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