Changeset 3035 for code/trunk/src/core/CommandExecutor.h
- Timestamp:
- May 24, 2009, 12:36:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CommandExecutor.h
r2710 r3035 44 44 public: 45 45 static bool execute(const std::string& command, bool useTcl = true); // tolua_export 46 static MultiType getReturnValue(); 47 static std::string getReturnValueString(); // tolua_export 48 46 49 static std::string complete(const std::string& command); 47 50 static std::string hint(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.