Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2008, 3:08:39 AM (16 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/CommandEvaluation.h

    r1424 r1427  
    4646        CS_ShortcutOrIdentifier,
    4747        CS_Function,
     48        CS_ParamPreparation,
    4849        CS_Params,
    4950        CS_Finished,
     
    9899            Identifier* functionclass_;
    99100            ConsoleCommand* function_;
     101            std::string possibleArgument_;
     102            std::string argument_;
    100103
    101104            std::string errorMessage_;
Note: See TracChangeset for help on using the changeset viewer.