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

Function VR_GetStringForHmdError

src/openvr_api_public.cpp:347–350  ·  view source on GitHub ↗

Returns the english string version of an HMD error. */

Source from the content-addressed store, hash-verified

345
346/** Returns the english string version of an HMD error. */
347const char *VR_GetStringForHmdError( EVRInitError error )
348{
349 return VR_GetVRInitErrorAsEnglishDescription( error );
350}
351
352}
353

Callers

nothing calls this directly

Tested by

no test coverage detected