| 1608 | } |
| 1609 | |
| 1610 | bool Node::removeActions( const std::vector<Action*>& actions ) { |
| 1611 | return getActionManager()->removeActions( actions ); |
| 1612 | } |
| 1613 | |
| 1614 | bool Node::removeActionsByTag( const Action::UniqueID& tag ) { |
| 1615 | return getActionManager()->removeActionsByTagFromTarget( this, tag ); |
no outgoing calls
no test coverage detected