Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnOnlineScriptsReloading
Function
OnOnlineScriptsReloading
Source/Engine/Online/Online.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
#if USE_EDITOR
32
33
void OnOnlineScriptsReloading()
34
{
35
// Dispose any active platform
36
Online::Initialize(nullptr);
37
}
38
39
#endif
40
Callers
nothing calls this directly
Calls
1
Initialize
Function · 0.50
Tested by
no test coverage detected