{{newin|[[0.9.0]]|090|type=function}}
Gets the rotation of the image upon particle creation (in radians).
== Function ==
=== Synopsis ===
<source lang="lua">
min, max = ParticleSystem:getRotation( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|number|min|The minimum initial angle (radians).}}
{{param|number|max|The maximum initial angle (radians).}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setRotation]]
[[Category:Functions]]
{{#set:Description=Gets the rotation of the image upon particle creation (in radians).}}
== Other Languages ==
{{i18n|ParticleSystem:getRotation}}