instances have a tesOverlap(wi) and testOverlapSolid() would it be possible to include these same functions with an overload for offset?
as of now the way to achieve this is to manually alter the position of you object, check for overlap then revert the position back. is that how the check is performed for the equivalent actions in events? if it is, then it's not really a big deal, and just running that logic manually will be sufficient, but if you guys are doing something extra that might be faster, then the addition to this in the scripting api would be pretty helpful.