Difference between revisions of "Fixture:getBody"

(Added Fixture:getBody.)
 
m (Fixed minor grammatical error.)
 
(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 body to which the fixture is attached to.
+
Returns the body to which the fixture is attached.
  
 
== Function ==
 
== Function ==

Latest revision as of 02:49, 13 May 2012

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

Returns the body to which the fixture is attached.

Function

Synopsis

body = Fixture:getBody( )

Arguments

None.

Returns

Body body
The parent body.

See Also


Other Languages