MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / isHigh

Method isHigh

Source/GameManager.cpp:203–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202bool GameManager::isMedium() { return _mediumQuality; }
203bool GameManager::isHigh() { return !_mediumQuality; }
204
205
206void GameManager::setQuality(bool medium)

Callers 5

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected