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

Function OnScriptsReloading

Source/Engine/Debug/DebugCommands.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 void OnScriptsReloading()
311 {
312 // Reset
313 Inited = false;
314 Commands.Clear();
315 }
316
317 void InitCommands()
318 {

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected