Search found 3 matches

by jkilla1000
Sat Aug 03, 2013 5:00 pm
Forum: Support and Development
Topic: Incorrect parameter type error with body:getWorldPoints()
Replies: 2
Views: 1268

Re: Incorrect parameter type error with body:getWorldPoints(

adnzzzzZ wrote:self.body:getWorldPoints not self.body.getWorldPoints.
Wow how did i miss that, thanks!
by jkilla1000
Sat Aug 03, 2013 3:56 pm
Forum: Support and Development
Topic: Incorrect parameter type error with body:getWorldPoints()
Replies: 2
Views: 1268

Incorrect parameter type error with body:getWorldPoints()

In this project that i'm working on I'm getting an error that looks like this: https://dl.dropboxusercontent.com/u/62302305/error.png Here is the code: object = {} object.__index = object function object.create(x, y, rot, height, width, r, g, b, static, density, sticky) local o = {} setmetatable(o, ...
by jkilla1000
Mon Jul 01, 2013 3:50 pm
Forum: Support and Development
Topic: List bodies connected by joint
Replies: 1
Views: 1310

List bodies connected by joint

Is there a way in love 0.8.0 to get the two bodies that are connected by a joint(weld joint)?