Changeset 10056 for code/branches/ScriptableController/src/orxonox
- Timestamp:
 - May 15, 2014, 11:12:30 AM (11 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc
r10048 r10056 133 133 //this->entity_->rotatePitch(0.8f * 100.0f); 134 134 135 if(eventList [0].eventTime<=scTime)135 if(eventList.size() > 0 && eventList[0].eventTime<=scTime) 136 136 { 137 137 /*TO DO: execute the function: eventList[0].fctName*/  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






