MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / ~LoadLocalisation

Method ~LoadLocalisation

extension/src/LoadLocalisation.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28LoadLocalisation::~LoadLocalisation() {
29 ERR_FAIL_COND(singleton != this);
30 singleton = nullptr;
31}
32
33Error LoadLocalisation::_load_file_into_translation(String const& file_path, Ref<Translation> translation) {
34 const Ref<FileAccess> file = FileAccess::open(file_path, FileAccess::ModeFlags::READ);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected