Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
bool GameManager::isMedium() { return _mediumQuality; }
203
bool GameManager::isHigh() { return !_mediumQuality; }
204
205
206
void GameManager::setQuality(bool medium)
Callers
5
getTextureString_PromoSprite
Function · 0.80
applicationDidFinishLaunching
Method · 0.80
init
Method · 0.80
getTextureString_AppendResources
Function · 0.80
getTextureString_WithoutResources
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected