{{newin|[[0.9.1]]|091|type=function}}
Gets 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">
relative = ParticleSystem:hasRelativeRotation( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|enable|True if relative particle rotation is enabled, false if it's disabled.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setRelativeRotation]]
[[Category:Functions]]
{{#set:Description=Gets whether particle angles and rotations are relative to their velocities.}}
== Other Languages ==
{{i18n|ParticleSystem:hasRelativeRotation}}