Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3229 in orxonox.OLD for orxonox/trunk/src/world_entity.h


Ignore:
Timestamp:
Dec 20, 2004, 12:35:33 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: unstable - WorldEntity cleaned

File:
1 edited

Legend:

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

    r3224 r3229  
    2020  virtual ~WorldEntity ();
    2121 
    22   Location* get_location ();
    23   Placement* get_placement ();
    24   void set_collision (CollisionCluster* newhull);
     22  Location* getLocation ();
     23  Placement* getPlacement ();
     24  void setCollision (CollisionCluster* newhull);
    2525 
    2626  bool isFree ();
     
    2929  //void removeAbility(Ability* ability);
    3030 
    31   virtual void post_spawn ();
     31  virtual void postSpawn ();
    3232  virtual void tick (float time);
    3333  virtual void hit (WorldEntity* weapon, Vector loc);
     
    3737 
    3838  virtual void draw ();
    39   virtual void get_lookat (Location* locbuf);
     39  virtual void getLookat (Location* locbuf);
    4040 
    41   virtual void left_world ();
     41  virtual void leftWorld ();
    4242 
    4343 private:
Note: See TracChangeset for help on using the changeset viewer.