Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2009, 5:42:50 PM (15 years ago)
Author:
landauf
Message:

Cleaned up setPlayer/removePlayer interface between PlayerInfo and ControllableEntity. The whole control is now up to the PlayerInfo, the respective functions in ControllableEntity are now protected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/infos/PlayerInfo.h

    r2973 r3038  
    6868                { return this->bReadyToSpawn_; }
    6969
    70             void startControl(ControllableEntity* entity, bool callback = true);
    71             void stopControl(ControllableEntity* entity, bool callback = true);
     70            void startControl(ControllableEntity* entity);
     71            void stopControl();
    7272
    7373            inline ControllableEntity* getControllableEntity() const
Note: See TracChangeset for help on using the changeset viewer.