Changeset 11932 for code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
- Timestamp:
- May 3, 2018, 3:16:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
r11928 r11932 408 408 controllable_entity = orxonox_cast<ControllableEntity*>(entity); 409 409 410 orxout(user_warning) << "Accessed " << id << std::endl;411 412 410 controllable_entity->moveFrontBack(x); 413 411 controllable_entity->moveRightLeft(y);
Note: See TracChangeset
for help on using the changeset viewer.