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

Method GetInt32

headers/openvr.h:2968–2971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 );
2971 }
2972 float GetFloat( const char *pchSection, const char *pchSettingsKey, EVRSettingsError *peError = nullptr )
2973 {
2974 return m_pSettings->GetFloat( pchSection, pchSettingsKey, peError );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected