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

Method getOptionBigGUI

Source/ConfigFileManager.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool ConfigFileManager::getOptionBigGUI() {
134 return m_big_gui;
135}
136
137void ConfigFileManager::setOptionShowTooltip(bool p_show) {
138 m_show_tooltip = p_show;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected