Difference between revisions of "ParticleSystem:getRadialAcceleration"

(Created page with "{{newin|0.9.0|090|type=function}} Gets the radial acceleration (away from the emitter). == Function == === Synopsis === <source lang="lua"> min, max = ParticleSystem:getRadia...")
 
m
 
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
* [[ParticleSystem:getRadialAcceleration]]
+
* [[ParticleSystem:setRadialAcceleration]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the radial acceleration (away from the emitter).}}
 
{{#set:Description=Gets the radial acceleration (away from the emitter).}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:getRadialAcceleration}}
 
{{i18n|ParticleSystem:getRadialAcceleration}}

Latest revision as of 15:26, 2 October 2016

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

Gets the radial acceleration (away from the emitter).

Function

Synopsis

min, max = ParticleSystem:getRadialAcceleration( )

Arguments

Nothing.

Returns

number min
The minimum acceleration.
number max
The maximum acceleration.

See Also

Other Languages