Changeset 11562 for code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller_api.h
- Timestamp:
- Nov 13, 2017, 5:25:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller_api.h
r11549 r11562 22 22 void testOutput(std::function<void(std::string)> callback); 23 23 24 void orxPrint(std::string msg); 24 25 void registerAfterTimeout(std::function<void (void)> callback, double timeout); 25 26 int registerAtNearObject(std::function<void(int, int)> callback, int obj1, int obj2, double distance);
Note: See TracChangeset
for help on using the changeset viewer.