Changeset 10971 for code/branches/campaignHS15/src
- Timestamp:
- Dec 11, 2015, 3:32:33 PM (9 years ago)
- Location:
- code/branches/campaignHS15/src/orxonox/controllers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/src/orxonox/controllers/ActionpointController.h
r10968 r10971 63 63 @note 64 64 ActionpointController will not work, if there is no MasterController in the level! 65 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 65 66 */ 66 67 namespace Action -
code/branches/campaignHS15/src/orxonox/controllers/DivisionController.h
r10955 r10971 39 39 @note 40 40 ActionpointController will not work, if there is no MasterController in the level! 41 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 41 42 */ 42 43 class _OrxonoxExport DivisionController : public ActionpointController -
code/branches/campaignHS15/src/orxonox/controllers/SectionController.h
r10968 r10971 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 -
code/branches/campaignHS15/src/orxonox/controllers/WingmanController.h
r10968 r10971 39 39 @note 40 40 ActionpointController will not work, if there is no MasterController in the level! 41 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 41 42 */ 42 43 class _OrxonoxExport WingmanController : public ActionpointController
Note: See TracChangeset
for help on using the changeset viewer.