Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7085 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Feb 7, 2006, 4:51:47 PM (18 years ago)
Author:
patrick
Message:

trunk: entity is reset now after death

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r7068 r7085  
    291291
    292292/**
     293 * resets the WorldEntity to its initial values. eg. used for multiplayer games: respawning
     294 */
     295void WorldEntity::reset()
     296{}
     297
     298/**
    293299 *  this method is called every frame
    294300 * @param time: the time in seconds that has passed since the last tick
Note: See TracChangeset for help on using the changeset viewer.