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

102 lines
3.7 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x02001240 RID: 4672
[Token(Token = "0x2001240")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct SteamLeaderboardEntries_t : IEquatable<SteamLeaderboardEntries_t>, IComparable<SteamLeaderboardEntries_t>
{
// Token: 0x06007167 RID: 29031 RVA: 0x001788D0 File Offset: 0x00176AD0
[Token(Token = "0x6007167")]
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
public SteamLeaderboardEntries_t(ulong value)
{
}
// Token: 0x06007168 RID: 29032 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007168")]
[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: 0x06007169 RID: 29033 RVA: 0x001788E0 File Offset: 0x00176AE0
[Token(Token = "0x6007169")]
[Address(RVA = "0x366500", Offset = "0x365900", VA = "0x180366500", 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: 0x0600716A RID: 29034 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600716A")]
[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: 0x0600716B RID: 29035 RVA: 0x00178900 File Offset: 0x00176B00
[Token(Token = "0x600716B")]
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
public static bool operator ==(SteamLeaderboardEntries_t x, SteamLeaderboardEntries_t y)
{
return x == y;
}
// Token: 0x0600716C RID: 29036 RVA: 0x00178914 File Offset: 0x00176B14
[Token(Token = "0x600716C")]
[Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")]
public static bool operator !=(SteamLeaderboardEntries_t x, SteamLeaderboardEntries_t y)
{
return x != y;
}
// Token: 0x0600716D RID: 29037 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600716D")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator SteamLeaderboardEntries_t(ulong value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600716E RID: 29038 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600716E")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ulong(SteamLeaderboardEntries_t that)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600716F RID: 29039 RVA: 0x00178928 File Offset: 0x00176B28
[Token(Token = "0x600716F")]
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
public bool Equals(SteamLeaderboardEntries_t other)
{
bool flag;
return flag;
}
// Token: 0x06007170 RID: 29040 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007170")]
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
public int CompareTo(SteamLeaderboardEntries_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053D5 RID: 21461
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053D5")]
public ulong m_SteamLeaderboardEntries;
}
}