Difference between revisions of "Joint:getUserData"

(Created page)
 
m
Line 1: Line 1:
{{newin|[[0.9.1]]|091|type=method}}
+
{{newin|[[0.9.2]]|092|type=method}}
 
Returns the Lua value associated with this Joint.
 
Returns the Lua value associated with this Joint.
  

Revision as of 22:31, 28 August 2014

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

mixed value
The Lua value associated with the Joint.

See Also

Other Languages