Changeset 8160 in orxonox.OLD for branches/script_engine/src
- Timestamp:
 - Jun 5, 2006, 3:58:11 PM (19 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/script_engine/src/lib/script_engine/script_manager.h
r8157 r8160 39 39 void createScriptList(const TiXmlElement* scripts); 40 40 void setCurrentScriptFile(std::string& file); 41 void addObjectToScript(std::string &object, LuaScript& script);41 void addObjectToScript(std::string object, LuaScript& script); 42 42 43 43 bool fileIsInScriptList(std::string& file);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






