MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / get_singleton

Method get_singleton

extension/src/LoadLocalisation.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19LoadLocalisation* LoadLocalisation::get_singleton() {
20 return singleton;
21}
22
23LoadLocalisation::LoadLocalisation() {
24 ERR_FAIL_COND(singleton != nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected