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

Method Init

Source/Engine/Core/Config/GameSettings.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 bool Init() override
39 {
40 return GameSettings::Load();
41 }
42};
43
44IMPLEMENT_ENGINE_SETTINGS_GETTER(BuildSettings, GameCooking);

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.50

Tested by

no test coverage detected