Changeset 8723 for code/branches/ai2/src/orxonox/worldentities
- Timestamp:
- Jul 1, 2011, 12:54:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/orxonox/worldentities/ControllableEntity.h
r8706 r8723 163 163 { return this->target_.get(); } 164 164 void setTargetInternal( uint32_t targetID ); 165 inline bool getRocket() const 166 { return this-> bIsRocket; } 165 167 166 168 protected: … … 181 183 182 184 Ogre::SceneNode* cameraPositionRootNode_; 185 bool bIsRocket; //Workaround to see, if the controllable entity is a Rocket. 183 186 184 187 private:
Note: See TracChangeset
for help on using the changeset viewer.