Select Git revision
lua_polyobjlib.c
Forked from
STJr / SRB2
5754 commits behind the upstream repository.
Monster Iestyn authored
* po.pointInside(po, x, y) as a wrapper for P_PointInsidePolyobj * po.mobjTouching(po, mo) as a wrapper for P_MobjTouchingPolyobj * po.mobjInside(po, mo) as a wrapper for P_MobjInsidePolyobj I can confirm that ":" syntax works with all the above, e.g. po:mobjInside(mo)
lua_polyobjlib.c 6.13 KiB