Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 7:23:23 PM (19 years ago)
Author:
patrick
Message:

cr: other interface, no stdarg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/world_entities/world_entity.h

    r7958 r7989  
    7070
    7171  /* --- 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
    7378  void unsubscribeReaction(CREngine::CRType type);
    7479  void unsubscribeReaction();
Note: See TracChangeset for help on using the changeset viewer.