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

Method GetCurrentSceneProcessId

headers/openvr_api.cs:2912–2916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2910 return result;
2911 }
2912 public uint GetCurrentSceneProcessId()
2913 {
2914 uint result = FnTable.GetCurrentSceneProcessId();
2915 return result;
2916 }
2917}
2918
2919

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected