MCPcopy Create free account
hub / github.com/SpartanJ/eepp / removeActions

Method removeActions

src/eepp/scene/node.cpp:1610–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

removeAllAnimationsMethod · 0.45
removeAnimationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected