Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 12:37:38 AM (14 years ago)
Author:
landauf
Message:

the unhide command now also supports auto-completion for the hidden commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h

    r7233 r7234  
    5959            static const int Denied = 4;
    6060
    61             static MultiType unhide(const std::string& group, const std::string& name, const std::string& arguments);
     61            static MultiType unhide(const std::string& command);
    6262            static void _autocomplete(const std::string& group, const std::string& name) {}
    6363
Note: See TracChangeset for help on using the changeset viewer.