{{newin|[[0.8.0]]|080|type=method}}
Returns whether the body rotation is locked.

== Function ==
=== Synopsis ===
<source lang="lua">
fixed = Body:isFixedRotation( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|fixed|True if the body's rotation is locked or false if not.}}
== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Returns whether the body rotation is locked.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Body:isFixedRotation}}