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

Method GetPropErrorNameFromEnum

headers/openvr_api.cs:4732–4736  ·  view source on GitHub ↗
(ETrackedPropertyError error)

Source from the content-addressed store, hash-verified

4730 return result;
4731 }
4732 public string GetPropErrorNameFromEnum(ETrackedPropertyError error)
4733 {
4734 IntPtr result = FnTable.GetPropErrorNameFromEnum(error);
4735 return Marshal.PtrToStringAnsi(result);
4736 }
4737 public ulong TrackedDeviceToPropertyContainer(uint nDevice)
4738 {
4739 ulong result = FnTable.TrackedDeviceToPropertyContainer(nDevice);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected