Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 12:27:13 AM (16 years ago)
Author:
landauf
Message:

autocompletion is almost done

File:
1 edited

Legend:

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

    r1430 r1434  
    5050    std::list<std::pair<std::string, std::string> > acf_##functionname
    5151
     52
    5253namespace orxonox
    5354{
     
    5556    {
    5657        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(fallback)();
     58        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(configvalueclasses)();
     59        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(configvalues)(const std::string& classname);
     60        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(configvalue)(const std::string& varname, const std::string& classname);
     61        ARGUMENT_COMPLETION_FUNCTION_DECLARATION(tclthreads)();
    5762    }
    5863}
Note: See TracChangeset for help on using the changeset viewer.