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

Method OnScriptsReloadEnd

Source/Engine/AI/BehaviorTree.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void BehaviorTree::OnScriptsReloadEnd()
223{
224 // Node instances were restored so update the graph cached structure (root, children, decorators, etc.)
225 Graph.Setup(this);
226}
227
228void BehaviorTree::GetReferences(Array<Guid>& assets, Array<String>& files) const
229{

Callers

nothing calls this directly

Calls 1

SetupMethod · 0.45

Tested by

no test coverage detected