MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Node_RunActionDefDuration

Function Node_RunActionDefDuration

Source/Wasm/WasmRuntime.cpp:850–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848 node->setTransformTarget(nullptr);
849}
850static float Node_RunActionDefDuration(Node* node, ActionDef def, bool loop) {
851 if (def) {
852 return node->runAction(Action::create(std::move(def)), loop);
853 }
854 return 0.0f;
855}
856static float Node_PerformDefDuration(Node* node, ActionDef def, bool loop) {
857 if (def) {
858 return node->perform(Action::create(std::move(def)), loop);

Callers 1

node_run_action_defFunction · 0.85

Calls 3

moveFunction · 0.85
runActionMethod · 0.80
createFunction · 0.50

Tested by

no test coverage detected