{{newin|[[0.9.1]]|091|type=function}}
Sets whether particle angles and rotations are relative to their velocities. If enabled, particles are aligned to the angle of their velocities and rotate relative to that angle.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setRelativeRotation( enable )
</source>
=== Arguments ===
{{param|boolean|enable|True to enable relative particle rotation, false to disable it.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:hasRelativeRotation]]
[[Category:Functions]]
{{#set:Description=Sets whether particle angles and rotations are relative to their velocities.}}
== Other Languages ==
{{i18n|ParticleSystem:setRelativeRotation}}