{{newin|[[0.9.1]]|091|type=method}}
Returns the Lua value associated with this Body.

{{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 = Body:getUserData( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|any|value|The Lua value associated with the Body.}}
== See Also ==
* [[parent::Body]]
* [[Body:setUserData]]
[[Category:Functions]]
{{#set:Description=Returns the Lua value associated with this Body.}}
== Other Languages ==
{{i18n|Body:getUserData}}