Topic: Get Collisions in C++?
I'm just trying to get some trigger stuff firing off, is there a way to get back a list of the currently collided objects?
I don't think there is, all I can see is isObjectInCollision, I think I need to loop through every object in the seen and then test collision... is this right? :S