Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 1, 2011, 12:54:47 AM (13 years ago)
Author:
jo
Message:

'Stable' update. Merging by hand.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai2/src/orxonox/worldentities/ControllableEntity.h

    r8706 r8723  
    163163                { return this->target_.get(); }
    164164            void setTargetInternal( uint32_t targetID );
     165            inline bool getRocket() const
     166                { return this-> bIsRocket; }
    165167
    166168        protected:
     
    181183
    182184            Ogre::SceneNode* cameraPositionRootNode_;
     185            bool bIsRocket; //Workaround to see, if the controllable entity is a Rocket.
    183186
    184187        private:
Note: See TracChangeset for help on using the changeset viewer.