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

Method OnError

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

Source from the content-addressed store, hash-verified

138}
139
140void VisualScriptExecutor::OnError(Node* node, Box* box, const StringView& message)
141{
142 VisjectExecutor::OnError(node, box, message);
143 PrintStack(LogType::Error);
144}
145
146VisjectExecutor::Value VisualScriptExecutor::eatBox(Node* caller, Box* box)
147{

Callers

nothing calls this directly

Calls 2

OnErrorFunction · 0.85
PrintStackFunction · 0.85

Tested by

no test coverage detected