Changeset 3837 in orxonox.OLD for orxonox/trunk/src/track_manager.h
- Timestamp:
- Apr 15, 2005, 6:10:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_manager.h
r3836 r3837 156 156 bool addPoint(Vector newPoint, TrackElement* trackElem = NULL); 157 157 int addHotPoint(Vector newPoint, TrackElement* trackElem = NULL); 158 int setSavePoint( void);158 int setSavePoint(TrackElement* trackElem = NULL); 159 159 void fork(unsigned int count, ...); 160 void forkV(unsigned int count, int* trackIDs );161 void condition( CONDITION cond, void* subject);162 void condition( unsigned int groupID, CONDITION cond, void* subject);160 void forkV(unsigned int count, int* trackIDs, TrackElement* trackElem = NULL); 161 void condition(unsigned int trackID, CONDITION cond, void* subject); 162 void condition(CONDITION cond, void* subject, TrackElement* trackElem = NULL); 163 163 void join(unsigned int count, ...); 164 164 void joinV(unsigned int count, int* trackIDs);
Note: See TracChangeset
for help on using the changeset viewer.