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