MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / setOptionBigGUI

Method setOptionBigGUI

Source/ConfigFileManager.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void ConfigFileManager::setOptionBigGUI(bool p_GUI_big) {
130 m_big_gui = p_GUI_big;
131}
132
133bool ConfigFileManager::getOptionBigGUI() {
134 return m_big_gui;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected