Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7414 in orxonox.OLD for trunk/src/lib/shell/shell_command.h


Ignore:
Timestamp:
Apr 28, 2006, 1:12:28 AM (18 years ago)
Author:
bensch
Message:

also get the offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.h

    r7413 r7414  
    7676    static const ShellCommand* const getCommand(const std::string& commandName, const ShellCommandClass* cmdClass);
    7777    static bool exists(const std::string& commandName, const std::string& className);
    78     static const ShellCommand* const getCommandFromInput(const std::string& inputLine);
     78    static const ShellCommand* const getCommandFromInput(const std::string& inputLine, unsigned int& paramBegin);
     79    static const ShellCommand* const getCommandFromInput(const SubString& strings, unsigned int& paramBegin);
    7980
    8081    const ShellCommandClass* const getCommandClass() const { return this->shellClass; };
Note: See TracChangeset for help on using the changeset viewer.