Type Number Event postCollision Revision 2017.3060 Keywords postCollision, y See also event.x
The y position where the post-collision event occurred. Note that the reported collision position can be influenced by physics.getAverageCollisionPositions() and physics.setReportCollisionsInContentCoordinates().
local
function
onPostCollision( event )
print
(
"position: "
.. event.x ..
","
.. event.y )
end