MCPcopy Create free account
hub / github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings / getSetting

Function getSetting

src/settings/settings.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22[[nodiscard]] bool getSetting( const BoolSetting setting )
23{
24 return settingController.getSetting<bool>( setting );
25}
26
27void setSetting( const BoolSetting setting, const bool value )
28{

Callers 15

OverlayControllerMethod · 0.85
exclusiveInputEnabledMethod · 0.85
crashRecoveryDisabledMethod · 0.85
vsyncDisabledMethod · 0.85
enableDebugMethod · 0.85
disableVersionCheckMethod · 0.85
debugStateMethod · 0.85
soundVolumeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected