Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2009, 5:54:42 PM (15 years ago)
Author:
Aurelian
Message:

Final commit of gametype asteroids for presentation. everything working. New gadget: Radar displays the next checkpoint to reach!

File:
1 edited

Legend:

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

    r2662 r3064  
    7070            { return this->radarObjectDescription_; }
    7171
     72        inline void setRadarVisibility(bool b)
     73            { this->bVisibility_ = b; }
     74        inline bool getRadarVisibility() const
     75            { return this->bVisibility_; }
     76
    7277        virtual const WorldEntity* getWorldEntity() const = 0;
    7378
     
    8994            }
    9095        }
    91 
     96       
     97        bool bVisibility_;
    9298        float radarObjectCamouflage_;
    9399        Shape radarObjectShape_;
Note: See TracChangeset for help on using the changeset viewer.