- Timestamp:
- Aug 19, 2010, 4:57:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/CommandExecutor.h
r6417 r7189 47 47 public: 48 48 static bool execute(const std::string& command, bool useTcl = true); // tolua_export 49 static MultiType getReturnValue(); 50 static std::string getReturnValueString(); // tolua_export 49 50 static MultiType queryMT(const std::string& command, bool* success = 0, bool useTcl = true); 51 static std::string query(const std::string& command, bool* success = 0, bool useTcl = true); // tolua_export 51 52 52 53 static std::string complete(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.