Changeset 1427 for code/branches/console/src/core/CommandExecutor.h
- Timestamp:
- May 26, 2008, 3:08:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/CommandExecutor.h
r1424 r1427 91 91 static Identifier* getPossibleIdentifier(const std::string& name); 92 92 static ConsoleCommand* getPossibleCommand(const std::string& name, Identifier* identifier = 0); 93 static const std::string*getPossibleArgument(const std::string& name, ConsoleCommand* command, unsigned int param);93 static std::string getPossibleArgument(const std::string& name, ConsoleCommand* command, unsigned int param); 94 94 95 95 static std::string getCommonBegin(const std::list<std::pair<const std::string*, const std::string*> >& list);
Note: See TracChangeset
for help on using the changeset viewer.