Changeset 11936 for code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
- Timestamp:
- May 3, 2018, 4:01:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
r11932 r11936 394 394 if(entity == nullptr) 395 395 { 396 orxout(user_warning) << "Trying to set velocity ofan unknown object" << std::endl;396 orxout(user_warning) << "Trying to move an unknown object" << std::endl; 397 397 return; 398 398 } … … 407 407 { 408 408 controllable_entity = orxonox_cast<ControllableEntity*>(entity); 409 409 //ATTACHED COLLISION SHAPE is MANDATORY in order to move the entity 410 410 controllable_entity->moveFrontBack(x); 411 411 controllable_entity->moveRightLeft(y);
Note: See TracChangeset
for help on using the changeset viewer.