MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetBool

Method GetBool

headers/openvr.h:2964–2967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2962#endif
2963
2964 bool GetBool( const char *pchSection, const char *pchSettingsKey, EVRSettingsError *peError = nullptr )
2965 {
2966 return m_pSettings->GetBool( pchSection, pchSettingsKey, peError );
2967 }
2968 int32_t GetInt32( const char *pchSection, const char *pchSettingsKey, EVRSettingsError *peError = nullptr )
2969 {
2970 return m_pSettings->GetInt32( pchSection, pchSettingsKey, peError );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected