Changeset 1214 for code/trunk/src/core/CommandExecutor.h
- Timestamp:
 - May 2, 2008, 9:23:30 PM (18 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          code/trunk/src/core/CommandExecutor.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/trunk/src/core/CommandExecutor.h
r1064 r1214 95 95 void evaluateParams(); 96 96 97 bool hasReturnvalue() const; 97 98 MultiTypeMath getReturnvalue() const; 98 99 … … 130 131 { 131 132 public: 132 static bool execute(const std::string& command );133 static bool execute(const std::string& command, bool useTcl = true); 133 134 static bool execute(const CommandEvaluation& evaluation); 134 135 … … 140 141 141 142 static CommandEvaluation evaluate(const std::string& command); 143 144 static const CommandEvaluation& getLastEvaluation(); 142 145 143 146 static Executor& addConsoleCommandShortcut(ExecutorStatic* executor);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






