Difference between revisions of "Fixture:getUserData"

(Added Fixture:getUserData.)
 
m (mixed → any)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Returns the Lua value associated with this fixture.
 
Returns the Lua value associated with this fixture.
  
Line 11: Line 11:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|mixed|value|The Lua value associated with the fixture.}}
+
{{param|any|value|The Lua value associated with the fixture.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Fixture]]
 
* [[parent::Fixture]]

Latest revision as of 11:15, 31 January 2017

Available since LÖVE 0.8.0
This method 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

any value
The Lua value associated with the fixture.

See Also


Other Languages