{{newin|[[0.9.0]]|090|type=method}}
Gets the target angular offset between the two Bodies the Joint is attached to.
== Function ==
=== Synopsis ===
<source lang="lua">
angleoffset = MotorJoint:getAngularOffset( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|angleoffset|The target angular offset in radians: the second body's angle minus the first body's angle.}}
== See Also ==
* [[parent::MotorJoint]]
* [[MotorJoint:setAngularOffset]]
[[Category:Functions]]
{{#set:Description=Gets the target angular offset between the two Bodies the Joint is attached to.}}
== Other Languages ==
{{i18n|MotorJoint:getAngularOffset}}