MCPcopy Create free account
hub / github.com/Norbyte/bg3se / PostStartup

Method PostStartup

BG3Extender/Extender/Client/ScriptExtenderClient.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void ScriptExtender::PostStartup()
101{
102 if (postStartupDone_) return;
103
104 OPTICK_EVENT();
105 entityHelpers_.Setup();
106 visualHelpers_.Setup();
107 gExtender->GetPropertyMapManager().RegisterComponents(entityHelpers_);
108 postStartupDone_ = true;
109}
110
111bool IsLoadingState(GameState state)
112{

Callers 1

OnGameStateChangedMethod · 0.45

Calls 1

SetupMethod · 0.45

Tested by

no test coverage detected