MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / globalSettings

Method globalSettings

launcher/BaseInstance.h:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 void changeStatus(Status newStatus);
287
288 SettingsObjectPtr globalSettings() const { return m_global_settings.lock(); };
289
290 bool isSpecificSettingsLoaded() const { return m_specific_settings_loaded; }
291 void setSpecificSettingsLoaded(bool loaded) { m_specific_settings_loaded = loaded; }

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected