Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 12:15:06 PM (18 years ago)
Author:
bensch
Message:

compiles again, the Playables should now be able to choose their design per team

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/playable.cc

    r9406 r9500  
    273273}
    274274
     275
     276/**
     277 * @brief sets the TeamID and all the properties needed to be visible on the Playable
     278 * @param teamID: the new TeamID of the Entity
     279 */
     280void Playable::setTeam(int teamID)
     281{
     282  /// Derive this function to make it look different with differen groups.
     283  PRINTF(4)("No special team specific function implemented for %s::%s in Team %d\n", this->getClassCName(), this->getCName(), teamID);
     284}
     285
     286
    275287/**
    276288 * @brief attaches the current Camera to this Playable
Note: See TracChangeset for help on using the changeset viewer.