Changeset 5656 in orxonox.OLD for trunk/src/lib/event/command_chain.h
- Timestamp:
- Nov 20, 2005, 9:45:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/event/command_chain.h
r5461 r5656 360 360 virtual void executeCommand (BaseObject* object, const char* parameters) 361 361 { 362 SubString sub(parameters, true);362 SubString sub(parameters, " \n\t,"); 363 363 //! FUNCTOR_LIST is the List of Executive Functions 364 364 #define FUNCTOR_LIST(x) CommandChainExecute ## x
Note: See TracChangeset
for help on using the changeset viewer.