Changeset 12398 for code/branches/Boxhead_FS19/src/orxonox
- Timestamp:
- May 17, 2019, 4:29:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
r12390 r12398 76 76 // new Timer(timeout, false, callback, true); 77 77 //} 78 79 80 81 82 83 84 85 78 86 79 void ScriptableControllerAPI::registerAtNearObject(std::function<void (std::string, std::string)> callback, std::string id1, std::string id2, double distance) … … 565 558 566 559 567 568 569 570 560 void ScriptableControllerAPI::moveControllableEntity(std::string id, double x, double y, double z) 571 561 {
Note: See TracChangeset
for help on using the changeset viewer.