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

Method GetBoolTrackedDeviceProperty

headers/openvr_api.cs:2333–2337  ·  view source on GitHub ↗
(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)

Source from the content-addressed store, hash-verified

2331 return result;
2332 }
2333 public bool GetBoolTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)
2334 {
2335 bool result = FnTable.GetBoolTrackedDeviceProperty(unDeviceIndex,prop,ref pError);
2336 return result;
2337 }
2338 public float GetFloatTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)
2339 {
2340 float result = FnTable.GetFloatTrackedDeviceProperty(unDeviceIndex,prop,ref pError);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected