Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2008, 3:08:39 AM (17 years ago)
Author:
landauf
Message:

CommandExecutor seems to work very well right now. yet to come: autocompletion lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/CommandExecutor.h

    r1424 r1427  
    9191            static Identifier* getPossibleIdentifier(const std::string& name);
    9292            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);
    9494
    9595            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.