Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2010, 2:41:03 PM (14 years ago)
Author:
landauf
Message:

re-implemented CommandExecutor and CommandEvaluation. parameter evaluation is currently not implemented, will come soon.

File:
1 edited

Legend:

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

    r7203 r7228  
    5353    {
    5454        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(fallback)();
     55        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(groupsandcommands)();
     56        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(subcommands)(const std::string& fragment, const std::string& group);
    5557        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(files)(const std::string& fragment);
    5658        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(settingssections)();
Note: See TracChangeset for help on using the changeset viewer.