Changeset 7409 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 27, 2006, 9:31:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7408 r7409 75 75 static bool exists(const std::string& commandName, const std::string& className); 76 76 77 const ShellCommandClass* const getCommandClass() const { return this->shellClass; }; 78 const ShellCommandAlias* const getAlias() const { return this->alias; } 77 79 unsigned int getParamCount() const { return this->executor->getParamCount(); } 78 80 const CompletorPlugin* const getCompletorPlugin(unsigned int i) const { return this->completors[i]; };
Note: See TracChangeset
for help on using the changeset viewer.