- Timestamp:
- Apr 24, 2018, 1:36:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc
r11854 r11901 152 152 { 153 153 orxout(user_warning) << "Script tried to spawn an object that is neither a WorldEntity, nor a PlayerInfo" << std::endl; 154 154 155 return; 155 156 } … … 361 362 } 362 363 364 //void ScriptableControllerAPI::moveEntity(std::string id, double x, double y, double z) 365 363 366 }
Note: See TracChangeset
for help on using the changeset viewer.