Changeset 11911 for code/branches/ScriptableController_FS18
- Timestamp:
- Apr 26, 2018, 3:59:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
r11902 r11911 63 63 } 64 64 65 //void ScriptableControllerAPI::registerPeriodically(std::function<void (void)> callback, double timeout) 66 //{ 67 // // Kills itself when the timer fires 68 // new Timer(timeout, false, callback, true); 69 //} 70 71 72 73 74 75 76 77 65 78 void ScriptableControllerAPI::registerAtNearObject(std::function<void (std::string, std::string)> callback, std::string id1, std::string id2, double distance) 66 79 { … … 148 161 // yet at this stage. 149 162 // entity = orxonox_cast<PlayerInfo*>(obj)->getControllableEntity(); 163 164 165 //use TEMPLATES in the map to define objects that are not present on the map yet 150 166 return; 151 167 }
Note: See TracChangeset
for help on using the changeset viewer.