Changeset 9252 for code/trunk/src/orxonox/controllers/WaypointController.cc
- Timestamp:
- May 28, 2012, 12:00:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/WaypointController.cc
r8891 r9252 30 30 31 31 #include "core/CoreIncludes.h" 32 #include "core/XMLPort.h"33 32 #include "worldentities/ControllableEntity.h" 34 33 … … 52 51 } 53 52 54 void WaypointController::XMLPort(Element& xmlelement, XMLPort::Mode mode)55 {56 SUPER(WaypointController, XMLPort, xmlelement, mode);57 58 XMLPortParam(ArtificialController, "accuracy", setAccuracy, getAccuracy, xmlelement, mode).defaultValues(100.0f);59 XMLPortObject(ArtificialController, WorldEntity, "waypoints", addWaypoint, getWaypoint, xmlelement, mode);60 }61 62 53 void WaypointController::tick(float dt) 63 54 {
Note: See TracChangeset
for help on using the changeset viewer.