Difference between revisions of "Fixture:getBody"

(Added Fixture:getBody.)
 
m
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Returns the body to which the fixture is attached to.
 
Returns the body to which the fixture is attached to.
  

Revision as of 13:35, 4 May 2012

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

Returns the body to which the fixture is attached to.

Function

Synopsis

body = Fixture:getBody( )

Arguments

None.

Returns

Body body
The parent body.

See Also


Other Languages