sim.checkCollisionChecks whether two entities are colliding. The collidable flags of the entities are overridden if the entities are objects. If the entities are both the same collection (i.e. with the same collection handle), then same objects will not be checked against themselve Synopsisint result, list collidingObjectHandles = sim.checkCollision(int entity1Handle, int entity2Handle)
int result, int[2] collidingObjectHandles = sim.checkCollision(int entity1Handle, int entity2Handle)
Arguments
Return values
|