oh dear
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Valve.VR
|
||||
{
|
||||
// Token: 0x02000233 RID: 563
|
||||
[Token(Token = "0x2000092")]
|
||||
public class CVRScreenshots
|
||||
{
|
||||
// Token: 0x06000D04 RID: 3332 RVA: 0x00002201 File Offset: 0x00000401
|
||||
[Token(Token = "0x6000688")]
|
||||
[Address(RVA = "0x1995880", Offset = "0x1994680", VA = "0x181995880")]
|
||||
internal CVRScreenshots(IntPtr pInterface)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000D05 RID: 3333 RVA: 0x00005B34 File Offset: 0x00003D34
|
||||
[Token(Token = "0x6000689")]
|
||||
[Address(RVA = "0x19957D0", Offset = "0x19945D0", VA = "0x1819957D0")]
|
||||
public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle, EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename)
|
||||
{
|
||||
return EVRScreenshotError.None;
|
||||
}
|
||||
|
||||
// Token: 0x06000D06 RID: 3334 RVA: 0x00005B4C File Offset: 0x00003D4C
|
||||
[Token(Token = "0x600068A")]
|
||||
[Address(RVA = "0x19957A0", Offset = "0x19945A0", VA = "0x1819957A0")]
|
||||
public EVRScreenshotError HookScreenshot(EVRScreenshotType[] pSupportedTypes)
|
||||
{
|
||||
return EVRScreenshotError.None;
|
||||
}
|
||||
|
||||
// Token: 0x06000D07 RID: 3335 RVA: 0x00005B64 File Offset: 0x00003D64
|
||||
[Token(Token = "0x600068B")]
|
||||
[Address(RVA = "0x19954A0", Offset = "0x19942A0", VA = "0x1819954A0")]
|
||||
public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle, ref EVRScreenshotError pError)
|
||||
{
|
||||
return EVRScreenshotType.None;
|
||||
}
|
||||
|
||||
// Token: 0x06000D08 RID: 3336 RVA: 0x00005B7C File Offset: 0x00003D7C
|
||||
[Token(Token = "0x600068C")]
|
||||
[Address(RVA = "0x1995770", Offset = "0x1994570", VA = "0x181995770")]
|
||||
public uint GetScreenshotPropertyFilename(uint screenshotHandle, EVRScreenshotPropertyFilenames filenameType, StringBuilder pchFilename, uint cchFilename, ref EVRScreenshotError pError)
|
||||
{
|
||||
return 0U;
|
||||
}
|
||||
|
||||
// Token: 0x06000D09 RID: 3337 RVA: 0x00005B94 File Offset: 0x00003D94
|
||||
[Token(Token = "0x600068D")]
|
||||
[Address(RVA = "0x1995860", Offset = "0x1994660", VA = "0x181995860")]
|
||||
public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle, float flProgress)
|
||||
{
|
||||
return EVRScreenshotError.None;
|
||||
}
|
||||
|
||||
// Token: 0x06000D0A RID: 3338 RVA: 0x00005BAC File Offset: 0x00003DAC
|
||||
[Token(Token = "0x600068E")]
|
||||
[Address(RVA = "0x1995830", Offset = "0x1994630", VA = "0x181995830")]
|
||||
public EVRScreenshotError TakeStereoScreenshot(ref uint pOutScreenshotHandle, string pchPreviewFilename, string pchVRFilename)
|
||||
{
|
||||
return EVRScreenshotError.None;
|
||||
}
|
||||
|
||||
// Token: 0x06000D0B RID: 3339 RVA: 0x00005BC4 File Offset: 0x00003DC4
|
||||
[Token(Token = "0x600068F")]
|
||||
[Address(RVA = "0x1995800", Offset = "0x1994600", VA = "0x181995800")]
|
||||
public EVRScreenshotError SubmitScreenshot(uint screenshotHandle, EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename)
|
||||
{
|
||||
return EVRScreenshotError.None;
|
||||
}
|
||||
|
||||
// Token: 0x0400041D RID: 1053
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x40003E5")]
|
||||
private IVRScreenshots FnTable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user