- Timestamp:
- Dec 14, 2015, 11:31:30 AM (9 years ago)
- Location:
- code/branches/presentationHS15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15
- Property svn:mergeinfo changed
/code/branches/campaignHS15 merged: 10968-10969,10971
- Property svn:mergeinfo changed
-
code/branches/presentationHS15/src/orxonox/controllers/SectionController.h
r10970 r10974 38 38 @note 39 39 ActionpointController will not work, if there is no MasterController in the level! 40 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 40 41 */ 41 42 class _OrxonoxExport SectionController : public ActionpointController … … 66 67 protected: 67 68 //----action must only be managed by this---- 68 virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour.69 virtual void action(); //<! action() is called in regular intervals by MasterController managing the bot's behaviour. 69 70 Vector3 getFormationPosition (); 70 71 void keepFormation();
Note: See TracChangeset
for help on using the changeset viewer.