enum VG_COLL_SIDES
Collision sides (bitwise or'ed). These are the sides at the hit object, not the moving object.
VALUES
VG_COLL_SIDE_RIGHT | Right side |
VG_COLL_SIDE_LEFT | Left side |
VG_COLL_SIDE_TOP | Upper side |
VG_COLL_SIDE_BOTTOM | Lower side |
SEE ALSO