Difference between revisions of "Joint:getUserData"

m
m (mixed → any)
 
Line 11: Line 11:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|mixed|value|The Lua value associated with the Joint.}}
+
{{param|any|value|The Lua value associated with the Joint.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Joint]]
 
* [[parent::Joint]]

Latest revision as of 11:16, 31 January 2017

Available since LÖVE 0.9.2
This method is not supported in earlier versions.

Returns the Lua value associated with this Joint.

O.png 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

value = Joint:getUserData( )

Arguments

None.

Returns

any value
The Lua value associated with the Joint.

See Also

Other Languages