lua.wetgenes.chipmunk.body.apply_impulse
body:apply_impulse(ix,iy,px,py)
body:apply_impulse(ix,iy,px,py,"world")
Apply a force to this body at a specific point, the point can be in world coordinates if you include the "world" flag but defaults to local object coordinates.