{{newin|[[0.9.0]]|090|type=function}}
Gets the spin of the sprite.
== Function ==
=== Synopsis ===
<source lang="lua">
min, max, variation = ParticleSystem:getSpin( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|number|min|The minimum spin (radians per second).}}
{{param|number|max (min)|The maximum spin (radians per second).}}
{{param|number|variation (0)|The degree of variation (0 meaning no variation and 1 meaning full variation between start and end).}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setSpin]]
[[Category:Functions]]
{{#set:Description=Gets the spin of the sprite.}}
== Other Languages ==
{{i18n|ParticleSystem:getSpin}}