Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5656 in orxonox.OLD for trunk/src/lib/event/command_chain.h


Ignore:
Timestamp:
Nov 20, 2005, 9:45:28 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: new Version of the String-splitter (without Escape-sequence for the time being)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/command_chain.h

    r5461 r5656  
    360360    virtual void executeCommand (BaseObject* object, const char* parameters)
    361361    {
    362       SubString sub(parameters, true);
     362      SubString sub(parameters, " \n\t,");
    363363//! FUNCTOR_LIST is the List of Executive Functions
    364364#define FUNCTOR_LIST(x) CommandChainExecute ## x
Note: See TracChangeset for help on using the changeset viewer.