{{newin|[[0.9.2]]|092|type=method}}
Returns the Lua value associated with this Joint.

{{notice|Use this function in one thread and one thread only. Using it in more threads will make Lua cry and most likely crash.}}
== Function ==
=== Synopsis ===
<source lang="lua">
value = Joint:getUserData( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|any|value|The Lua value associated with the Joint.}}
== See Also ==
* [[parent::Joint]]
* [[Joint:setUserData]]
[[Category:Functions]]
{{#set:Description=Returns the Lua value associated with this Joint.}}
== Other Languages ==
{{i18n|Joint:getUserData}}