Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2011, 10:45:42 PM (14 years ago)
Author:
dafrick
Message:

Adding possibility to have a string of temporaryControls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem2/src/orxonox/infos/PlayerInfo.h

    r7163 r8289  
    9898            Controller* controller_;
    9999            ControllableEntity* controllableEntity_;
    100             ControllableEntity* oldControllableEntity_;
     100            std::vector< WeakPtr<ControllableEntity> > previousControllableEntity_; //!< List of the previous ControllableEntities if repeatedly startTemporary control was called. The ControllableEntity at the back is the most recent.
    101101            unsigned int controllableEntityID_;
    102102
Note: See TracChangeset for help on using the changeset viewer.