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

Method ReloadScriptsAsync

Source/Engine/Level/Level.cpp:1740–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738#if USE_EDITOR
1739
1740void Level::ReloadScriptsAsync()
1741{
1742 ScopeLock lock(_sceneActionsLocker);
1743 _sceneActions.Enqueue(New<ReloadScriptsAction>());
1744}
1745
1746#endif
1747

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected