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

Method setInterval

src/eepp/scene/node.cpp:1670–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1668}
1669
1670void Node::setInterval( Actions::Runnable::RunnableFunc runnable, const Time& interval,
1671 const Action::UniqueID& uniqueIdentifier ) {
1672 Action* action = Actions::Runnable::New( std::move( runnable ), interval, true );
1673 action->setTag( uniqueIdentifier );
1674 runAction( action );
1675}
1676
1677Transform Node::getLocalTransform() const {
1678 return getTransform();

Callers 4

initMethod · 0.80
doAgentRequestMethod · 0.80
doRequestMethod · 0.80
mainFunction · 0.80

Calls 2

setTagMethod · 0.80
NewFunction · 0.50

Tested by

no test coverage detected