ParticleSystem:getLinearDamping

Available since LÖVE 0.9.2
This function is not supported in earlier versions.

Gets the amount of linear damping (constant deceleration) for particles.

Function

Synopsis

min, max = ParticleSystem:getLinearDamping( )

Arguments

None.

Returns

number min
The minimum amount of linear damping applied to particles.
number max
The maximum amount of linear damping applied to particles.

See Also

Other Languages

Personal tools