Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2016, 3:59:38 PM (7 years ago)
Author:
ooguz
Message:

Distance Trigger Added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/QuestGuide_HS16/src/modules/waypoints/WaypointGroup.h

    r11298 r11318  
    55
    66#include "OrxonoxPrereqs.h"
     7#include "Waypointprereqs.h"
    78#include "worldentities/StaticEntity.h"
    89#include "graphics/Model.h"
     
    3132
    3233    class _OrxonoxExport WaypointGroup : public StaticEntity {
    33        
     34
    3435        public:
    3536
     
    4647
    4748        Waypoint* getActive();
    48          
    4949
    50         Waypoint* activateNext();
    5150
    52            
     51        void activateNext();
    5352
    54            
     53        Waypoint* getFirst();
     54
     55
     56
     57
    5558
    5659
    5760        private:
    58    
     61
    5962            //virtual bool isCollisionTypeLegal(CollisionType type) const override;
    60          
     63
    6164        std::set<Waypoint*> waypoints_;
    6265        Waypoint* activeWaypoint;
     66        unsigned int current = 1;
     67        //std::set<Waypoint*>::iterator it;
    6368
    6469            // network callbacks
Note: See TracChangeset for help on using the changeset viewer.