{{newin|[[0.9.2]]|092|type=function}}
Gets the amount of linear damping (constant deceleration) for particles.
== Function ==
=== Synopsis ===
<source lang="lua">
min, max = ParticleSystem:getLinearDamping( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|min|The minimum amount of linear damping applied to particles.}}
{{param|number|max|The maximum amount of linear damping applied to particles.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setLinearDamping]]
[[Category:Functions]]
{{#set:Description=Gets the amount of linear damping (constant deceleration) for particles.}}
== Other Languages ==
{{i18n|ParticleSystem:getLinearDamping}}