- Timestamp:
- Sep 11, 2008, 6:16:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CommandExecutor.h
r1765 r1771 44 44 { 45 45 public: 46 static bool execute(const std::string& command, bool useTcl = false); // tolua_export46 static bool execute(const std::string& command, bool useTcl = true); // tolua_export 47 47 static std::string complete(const std::string& command); 48 48 static std::string hint(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.