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