Ignore:
Timestamp:
Apr 8, 2010, 2:00:11 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
91b18cd
Parents:
770138
Message:

Added detailed documentation for the Action class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/MakroAction.cpp

    r770138 rabd4a1  
    4444
    4545Action::state_ptr MakroAction::performCall(){
    46   ActionSequence::stateSet states = actions->callAll();
     46  ActionSequence::stateSet states = actions->callAll(true);
    4747  return Action::state_ptr(new MakroActionState(states));
    4848}
Note: See TracChangeset for help on using the changeset viewer.