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

Method GetFloat

headers/openvr.h:2972–2975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 );
2975 }
2976 void GetString( const char *pchSection, const char *pchSettingsKey, VR_OUT_STRING() char *pchValue, uint32_t unValueLen, EVRSettingsError *peError = nullptr )
2977 {
2978 m_pSettings->GetString( pchSection, pchSettingsKey, pchValue, unValueLen, peError );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected