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

Method GetString

headers/openvr_driver.h:2531–2534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2529 return m_pSettings->GetFloat( pchSection, pchSettingsKey, peError );
2530 }
2531 void GetString( const char *pchSection, const char *pchSettingsKey, VR_OUT_STRING() char *pchValue, uint32_t unValueLen, EVRSettingsError *peError = nullptr )
2532 {
2533 m_pSettings->GetString( pchSection, pchSettingsKey, pchValue, unValueLen, peError );
2534 }
2535#ifndef OPENVR_NO_STL
2536 std::string GetString( const std::string & sSection, const std::string & sSettingsKey, EVRSettingsError *peError = nullptr )
2537 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected