Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/Steamworks/SteamAPICall_t.cs
T
2026-04-08 23:40:05 +02:00

106 lines
3.6 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x0200123C RID: 4668
[Token(Token = "0x200123C")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct SteamAPICall_t : IEquatable<SteamAPICall_t>, IComparable<SteamAPICall_t>
{
// Token: 0x06007141 RID: 28993 RVA: 0x0017873C File Offset: 0x0017693C
[Token(Token = "0x6007141")]
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
public SteamAPICall_t(ulong value)
{
}
// Token: 0x06007142 RID: 28994 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007142")]
[Address(RVA = "0x231BC0", Offset = "0x230FC0", VA = "0x180231BC0", Slot = "3")]
public override string ToString()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007143 RID: 28995 RVA: 0x0017874C File Offset: 0x0017694C
[Token(Token = "0x6007143")]
[Address(RVA = "0x363620", Offset = "0x362A20", VA = "0x180363620", Slot = "0")]
public override bool Equals(object other)
{
if (other != 0 && other != 0)
{
return (ref this) == "{il2cpp field on {'constant15' (constant value of type Cpp2IL.Core.Analysis.ResultModels.LocalPointer)}, offset 0x0}";
}
}
// Token: 0x06007144 RID: 28996 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007144")]
[Address(RVA = "0x231BB0", Offset = "0x230FB0", VA = "0x180231BB0", Slot = "2")]
public override int GetHashCode()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007145 RID: 28997 RVA: 0x0017876C File Offset: 0x0017696C
[Token(Token = "0x6007145")]
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
public static bool operator ==(SteamAPICall_t x, SteamAPICall_t y)
{
return x == y;
}
// Token: 0x06007146 RID: 28998 RVA: 0x00178780 File Offset: 0x00176980
[Token(Token = "0x6007146")]
[Address(RVA = "0x2A18790", Offset = "0x2A17190", VA = "0x182A18790")]
public static bool operator !=(SteamAPICall_t x, SteamAPICall_t y)
{
return x != y;
}
// Token: 0x06007147 RID: 28999 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007147")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator SteamAPICall_t(ulong value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007148 RID: 29000 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007148")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ulong(SteamAPICall_t that)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007149 RID: 29001 RVA: 0x00178794 File Offset: 0x00176994
[Token(Token = "0x6007149")]
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
public bool Equals(SteamAPICall_t other)
{
bool flag;
return flag;
}
// Token: 0x0600714A RID: 29002 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600714A")]
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
public int CompareTo(SteamAPICall_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053CC RID: 21452
[Token(Token = "0x40053CC")]
public static readonly SteamAPICall_t Invalid;
// Token: 0x040053CD RID: 21453
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053CD")]
public ulong m_SteamAPICall;
}
}