Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2192 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h


Ignore:
Timestamp:
Jul 17, 2004, 7:40:40 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: it's now possible to add derivations of Track to the World; hit function declaration finalized; implemented splash damage function (World::explosion())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world_entity.h

    r2141 r2192  
    3131        virtual void post_spawn ();
    3232  virtual void tick (float time);
    33   virtual void hit (WorldEntity* weapon, Vector loc);
     33  virtual void hit (Damage* dmg, WorldEntity* instigator, Uint32 hitflags);
    3434  virtual void destroy ();
    3535  virtual void collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags);
Note: See TracChangeset for help on using the changeset viewer.