MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetDetailObjectDecals

Method SetDetailObjectDecals

Source/Graphics/graphics.cpp:1737–1739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1735}
1736
1737void Graphics::SetDetailObjectDecals(bool val) {
1738 config_.SetDetailObjectDecals(val);
1739}
1740
1741void Graphics::SetDetailObjectLowres(bool val) {
1742 config_.SetDetailObjectLowres(val);

Callers 4

GraphicsMethod · 0.45
SetFromConfigMethod · 0.45
UpdateDetailObjectDecalsFunction · 0.45
ReloadStaticSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected