Changeset 7989 in orxonox.OLD for branches/cr/src/world_entities/world_entity.h
- Timestamp:
- May 30, 2006, 7:23:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.h
r7958 r7989 70 70 71 71 /* --- Collision Reaction Block --- */ 72 void subscribeReaction(CREngine::CRType type, int nrOfTargets, long target, ...); 72 void subscribeReaction(CREngine::CRType type); 73 void subscribeReaction(CREngine::CRType type, long target1); 74 void subscribeReaction(CREngine::CRType type, long target1, long target2); 75 void subscribeReaction(CREngine::CRType type, long target1, long target2, long target3); 76 void subscribeReaction(CREngine::CRType type, long target1, long target2, long target3, long target4); 77 73 78 void unsubscribeReaction(CREngine::CRType type); 74 79 void unsubscribeReaction();
Note: See TracChangeset
for help on using the changeset viewer.