Changeset 8923 for code/branches/gamecontent/src/orxonox/worldentities
- Timestamp:
- Nov 4, 2011, 10:44:56 AM (13 years ago)
- Location:
- code/branches/gamecontent/src/orxonox/worldentities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamecontent/src/orxonox/worldentities/ControllableEntity.cc
r8891 r8923 74 74 this->bMouseLook_ = false; 75 75 this->mouseLookSpeed_ = 200; 76 this->bIsRocket_ = false;77 76 78 77 this->server_position_ = Vector3::ZERO; -
code/branches/gamecontent/src/orxonox/worldentities/ControllableEntity.h
r8891 r8923 163 163 { return this->target_.get(); } 164 164 void setTargetInternal( uint32_t targetID ); 165 inline bool getRocket() const166 { return this-> bIsRocket_; }167 165 168 166 protected: … … 183 181 184 182 Ogre::SceneNode* cameraPositionRootNode_; 185 bool bIsRocket_; //Workaround to see, if the controllable entity is a Rocket.186 183 187 184 private:
Note: See TracChangeset
for help on using the changeset viewer.