Difference between revisions of "Fixture:getUserData"

(Added Fixture:getUserData.)
 
m
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Returns the Lua value associated with this fixture.
 
Returns the Lua value associated with this fixture.
  

Revision as of 13:37, 4 May 2012

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Returns the Lua value associated with this fixture.

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 = Fixture:getUserData( )

Arguments

None.

Returns

mixed value
The Lua value associated with the fixture.

See Also


Other Languages