| 1620 | } |
| 1621 | |
| 1622 | std::vector<Action*> Node::getActionsByTag( const Action::UniqueID& tag ) { |
| 1623 | return getActionManager()->getActionsByTagFromTarget( this, tag ); |
| 1624 | } |
| 1625 | |
| 1626 | void Node::clearActions() { |
| 1627 | getActionManager()->removeAllActionsFromTarget( this ); |
no test coverage detected