m
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x02001914 RID: 6420
|
||||
[Token(Token = "0x2001914")]
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public sealed class SteamAPIWarningMessageHook_t : MulticastDelegate
|
||||
{
|
||||
// Token: 0x060092D9 RID: 37593 RVA: 0x001E184C File Offset: 0x001DFA4C
|
||||
[Token(Token = "0x60092D9")]
|
||||
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
|
||||
public SteamAPIWarningMessageHook_t(object @object, IntPtr method)
|
||||
{
|
||||
this.method = method;
|
||||
this.m_target = @object;
|
||||
}
|
||||
|
||||
// Token: 0x060092DA RID: 37594 RVA: 0x001E1868 File Offset: 0x001DFA68
|
||||
[Token(Token = "0x60092DA")]
|
||||
[Address(RVA = "0xB35180", Offset = "0xB34180", VA = "0x180B35180", Slot = "13")]
|
||||
public void Invoke(int nSeverity, StringBuilder pchDebugText)
|
||||
{
|
||||
if (this.delegates != 0)
|
||||
{
|
||||
}
|
||||
uint num;
|
||||
if (num != (uint)0)
|
||||
{
|
||||
throw new ExecutionEngineException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060092DB RID: 37595 RVA: 0x001E18E8 File Offset: 0x001DFAE8
|
||||
[Token(Token = "0x60092DB")]
|
||||
[Address(RVA = "0xF58710", Offset = "0xF57710", VA = "0x180F58710", Slot = "14")]
|
||||
public IAsyncResult BeginInvoke(int nSeverity, StringBuilder pchDebugText, AsyncCallback callback, object @object)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060092DC RID: 37596 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x60092DC")]
|
||||
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
|
||||
public void EndInvoke(IAsyncResult result)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user