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

Method IsInterfaceVersionValid

headers/openvr_api.cs:8102–8105  ·  view source on GitHub ↗
(string pchInterfaceVersion)

Source from the content-addressed store, hash-verified

8100 }
8101
8102 public static bool IsInterfaceVersionValid(string pchInterfaceVersion)
8103 {
8104 return OpenVRInterop.IsInterfaceVersionValid(pchInterfaceVersion);
8105 }
8106
8107 public static uint GetInitToken()
8108 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected