Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3220 in orxonox.OLD for orxonox/trunk/src/campaign.h


Ignore:
Timestamp:
Dec 19, 2004, 9:09:36 PM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed a lot of bugs with StoryEntity management, also cleared up some old unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/campaign.h

    r2816 r3220  
    1919  virtual Error init();
    2020  virtual Error start();
    21   virtual Error start(Uint32 storyID);
     21  virtual Error start(int storyID);
    2222  virtual Error stop();
    2323  virtual Error pause();
    2424  virtual Error resume();
    2525
    26   void addEntity(StoryEntity* se, Uint32 storyID);
     26  virtual void destroy();
     27
     28  void addEntity(StoryEntity* se, int storyID);
    2729  void addEntity(StoryEntity* se);
    28   void removeEntity(Uint32 storyID);
     30  void removeEntity(int storyID);
    2931  void removeEntity(StoryEntity* se);
    3032 
     
    3638  bool running;
    3739
    38   StoryEntity* getStoryEntity(Uint32 storyID);
     40  StoryEntity* getStoryEntity(int storyID);
    3941};
    4042
Note: See TracChangeset for help on using the changeset viewer.