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

Method SetActionManifestPath

headers/openvr_api.cs:4337–4343  ·  view source on GitHub ↗
(string pchActionManifestPath)

Source from the content-addressed store, hash-verified

4335 FnTable = (IVRInput)Marshal.PtrToStructure(pInterface, typeof(IVRInput));
4336 }
4337 public EVRInputError SetActionManifestPath(string pchActionManifestPath)
4338 {
4339 IntPtr pchActionManifestPathUtf8 = Utils.ToUtf8(pchActionManifestPath);
4340 EVRInputError result = FnTable.SetActionManifestPath(pchActionManifestPathUtf8);
4341 Marshal.FreeHGlobal(pchActionManifestPathUtf8);
4342 return result;
4343 }
4344 public EVRInputError GetActionSetHandle(string pchActionSetName,ref ulong pHandle)
4345 {
4346 IntPtr pchActionSetNameUtf8 = Utils.ToUtf8(pchActionSetName);

Callers 2

BInitMethod · 0.80
BInitMethod · 0.80

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected