{{newin|[[0.8.0]]|080|type=method}}
Returns the Lua value associated with this fixture.

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