Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10177 in orxonox.OLD for branches/ai/src/ai/movement_module.h


Ignore:
Timestamp:
Jan 3, 2007, 6:39:09 PM (17 years ago)
Author:
tfahrni
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/ai/movement_module.h

    r10138 r10177  
    1313
    1414        public:
    15                 MovementModule() {}
     15                MovementModule();
    1616                inline MovementModule(NPC2* object){ this->myNPC=object; this->myWorldEntity=(WorldEntity*)object;}
    1717                virtual ~MovementModule(){}
     
    2121                static void setDistanceToNPC(float newValue);
    2222                static void setMaxAccleartion(float newValue);
    23 //
     23                static void setTestValue(float newValue);
     24                static void setTestValue2(float newValue);
     25
    2426        private:
    25 
    26 //      static std::vector<NPC2*> npcList;
    27 //      static std::vector<Vector> npcPosition;
    28 //      static std::vector<float> npcRadius;
    29 //      static std::vector<int> npcSwarm;
    30 //      static std::vector<int> npcTeam;
    31 //
    32 //      static Vector playerPosition;
    33 //      static Vector playerMovement;
    34 //      static float playerRadius;
    35 
    36 
    3727                Vector myMovement;
    3828                float myMaxAccleration;
     
    4434                static float distanceToPlayer;
    4535                static float distanceToNPC;
     36                static float testValue;
     37                static float testValue2;
     38
     39                int tickCount;
     40                int randomFreq;
     41                Vector randomVector;
    4642};
    4743
Note: See TracChangeset for help on using the changeset viewer.