{{newin|[[0.9.0]]|090|type=function}}
Gets the linear acceleration (acceleration along the x and y axes) for particles.

Every particle created will accelerate along the x and y axes between xmin,ymin and xmax,ymax.
== Function ==
=== Synopsis ===
<source lang="lua">
xmin, ymin, xmax, ymax = ParticleSystem:getLinearAcceleration( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|number|xmin|The minimum acceleration along the x axis.}}
{{param|number|ymin|The minimum acceleration along the y axis.}}
{{param|number|xmax (xmin)|The maximum acceleration along the x axis.}}
{{param|number|ymax (ymin)|The maximum acceleration along the y axis.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setLinearAcceleration]]
[[Category:Functions]]
{{#set:Description=Gets the linear acceleration (acceleration along the x and y axes) for particles.}}
== Other Languages ==
{{i18n|ParticleSystem:getLinearAcceleration}}