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

Method GetOriginLocalizedName

headers/openvr_api.cs:4475–4479  ·  view source on GitHub ↗
(ulong origin,System.Text.StringBuilder pchNameArray,uint unNameArraySize,int unStringSectionsToInclude)

Source from the content-addressed store, hash-verified

4473 return result;
4474 }
4475 public EVRInputError GetOriginLocalizedName(ulong origin,System.Text.StringBuilder pchNameArray,uint unNameArraySize,int unStringSectionsToInclude)
4476 {
4477 EVRInputError result = FnTable.GetOriginLocalizedName(origin,pchNameArray,unNameArraySize,unStringSectionsToInclude);
4478 return result;
4479 }
4480 public EVRInputError GetOriginTrackedDeviceInfo(ulong origin,ref InputOriginInfo_t pOriginInfo,uint unOriginInfoSize)
4481 {
4482 EVRInputError result = FnTable.GetOriginTrackedDeviceInfo(origin,ref pOriginInfo,unOriginInfoSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected