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

Method getActionsByTag

src/eepp/scene/node.cpp:1622–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

getAnimationMethod · 0.80
removeAnimationMethod · 0.80

Calls 1

Tested by

no test coverage detected