1.0.22 ContactCallback

nargil

23-03-2009 19:05:19

void createActorContactPair(Actor*, ActorTypes, bool exclusive, NxU32 collision_flags, ActorContactCallback*, GarbageCollectionPolicy = GC_Delete);
What does exclusive mean ?

nargil

26-03-2009 11:43:12

nobody ?

betajaen

26-03-2009 12:25:12

I think it means if there is a contact between those pairs, and if it's exclusive; only your contact callback is fired and any other callbacks that match it are not fired.