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

Method CommitWorkingCopy

headers/openvr_api.cs:2979–2983  ·  view source on GitHub ↗
(EChaperoneConfigFile configFile)

Source from the content-addressed store, hash-verified

2977 FnTable = (IVRChaperoneSetup)Marshal.PtrToStructure(pInterface, typeof(IVRChaperoneSetup));
2978 }
2979 public bool CommitWorkingCopy(EChaperoneConfigFile configFile)
2980 {
2981 bool result = FnTable.CommitWorkingCopy(configFile);
2982 return result;
2983 }
2984 public void RevertWorkingCopy()
2985 {
2986 FnTable.RevertWorkingCopy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected