Files
2026-04-08 23:40:05 +02:00

102 lines
3.6 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x02001241 RID: 4673
[Token(Token = "0x2001241")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct SteamLeaderboard_t : IEquatable<SteamLeaderboard_t>, IComparable<SteamLeaderboard_t>
{
// Token: 0x06007171 RID: 29041 RVA: 0x00178938 File Offset: 0x00176B38
[Token(Token = "0x6007171")]
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
public SteamLeaderboard_t(ulong value)
{
}
// Token: 0x06007172 RID: 29042 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007172")]
[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: 0x06007173 RID: 29043 RVA: 0x00178948 File Offset: 0x00176B48
[Token(Token = "0x6007173")]
[Address(RVA = "0x366590", Offset = "0x365990", VA = "0x180366590", Slot = "0")]
public override bool Equals(object other)
{
if (other != 0 && other != 0)
{
return (ref this) == "{il2cpp field on {'constant9' (constant value of type Cpp2IL.Core.Analysis.ResultModels.LocalPointer)}, offset 0x0}";
}
}
// Token: 0x06007174 RID: 29044 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007174")]
[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: 0x06007175 RID: 29045 RVA: 0x00178968 File Offset: 0x00176B68
[Token(Token = "0x6007175")]
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
public static bool operator ==(SteamLeaderboard_t x, SteamLeaderboard_t y)
{
return x == y;
}
// Token: 0x06007176 RID: 29046 RVA: 0x0017897C File Offset: 0x00176B7C
[Token(Token = "0x6007176")]
[Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")]
public static bool operator !=(SteamLeaderboard_t x, SteamLeaderboard_t y)
{
return x != y;
}
// Token: 0x06007177 RID: 29047 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007177")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator SteamLeaderboard_t(ulong value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007178 RID: 29048 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007178")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ulong(SteamLeaderboard_t that)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007179 RID: 29049 RVA: 0x00178990 File Offset: 0x00176B90
[Token(Token = "0x6007179")]
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
public bool Equals(SteamLeaderboard_t other)
{
bool flag;
return flag;
}
// Token: 0x0600717A RID: 29050 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600717A")]
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
public int CompareTo(SteamLeaderboard_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053D6 RID: 21462
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053D6")]
public ulong m_SteamLeaderboard;
}
}