Changeset 10059 for code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc
- Timestamp:
- May 15, 2014, 5:09:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc
r10057 r10059 91 91 tmp << "newctrlid = " << ctrlid; 92 92 std::string todo = tmp.str(); 93 93 94 94 /* Run the string using the luastate created earlier */ 95 95 ls->doString(todo);
Note: See TracChangeset
for help on using the changeset viewer.