- Timestamp:
- Aug 26, 2010, 2:06:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc
r7218 r7221 343 343 } 344 344 345 void _ConsoleCommand::createArgumentCompletionList(unsigned int param, const std::string& param1, const std::string& param2, const std::string& param3, const std::string& param4, const std::string& param5)346 {347 if (param < 5 && this->argumentCompleter_[param])348 this->argumentList_ = (*this->argumentCompleter_[param])(param1, param2, param3, param4, param5);349 else350 this->argumentList_.clear();351 }352 353 345 _ConsoleCommand& _ConsoleCommand::description(const std::string& description) 354 346 {
Note: See TracChangeset
for help on using the changeset viewer.