MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Run

Method Run

Source/Engine/Content/Assets/VisualScript.cpp:1136–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134
1135 protected:
1136 bool Run() override
1137 {
1138 Variant result;
1139 VisualScriptingExecutor.Invoke(Script, Node, Box, Instance, result);
1140 return false;
1141 }
1142 };
1143 const auto& stack = ThreadStacks.Get().Stack;
1144 auto task = New<DelayTask>();

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected