Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2008, 11:06:22 PM (16 years ago)
Author:
landauf
Message:
  • added autocompletion function to CommandExecutor
  • set default debug level of DebugLevel to 2
File:
1 edited

Legend:

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

    r947 r948  
    107107            static std::string dump(const ConfigValueContainer* container);
    108108
     109            static std::string getCommonBegin(const std::list<const std::string*>& list);
     110
    109111            static Identifier* getIdentifierOfPossibleFunctionClass(const std::string& name);
    110112            static ExecutorStatic* getExecutorOfPossibleShortcut(const std::string& name);
Note: See TracChangeset for help on using the changeset viewer.