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

106 lines
3.7 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x0200122A RID: 4650
[Token(Token = "0x200122A")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct SteamItemInstanceID_t : IEquatable<SteamItemInstanceID_t>, IComparable<SteamItemInstanceID_t>
{
// Token: 0x06007081 RID: 28801 RVA: 0x00177E30 File Offset: 0x00176030
[Token(Token = "0x6007081")]
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
public SteamItemInstanceID_t(ulong value)
{
}
// Token: 0x06007082 RID: 28802 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007082")]
[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: 0x06007083 RID: 28803 RVA: 0x00177E40 File Offset: 0x00176040
[Token(Token = "0x6007083")]
[Address(RVA = "0x366450", Offset = "0x365850", VA = "0x180366450", 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: 0x06007084 RID: 28804 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007084")]
[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: 0x06007085 RID: 28805 RVA: 0x00177E60 File Offset: 0x00176060
[Token(Token = "0x6007085")]
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
public static bool operator ==(SteamItemInstanceID_t x, SteamItemInstanceID_t y)
{
return x == y;
}
// Token: 0x06007086 RID: 28806 RVA: 0x00177E74 File Offset: 0x00176074
[Token(Token = "0x6007086")]
[Address(RVA = "0x2A92510", Offset = "0x2A90F10", VA = "0x182A92510")]
public static bool operator !=(SteamItemInstanceID_t x, SteamItemInstanceID_t y)
{
return x != y;
}
// Token: 0x06007087 RID: 28807 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007087")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator SteamItemInstanceID_t(ulong value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007088 RID: 28808 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007088")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ulong(SteamItemInstanceID_t that)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007089 RID: 28809 RVA: 0x00177E88 File Offset: 0x00176088
[Token(Token = "0x6007089")]
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
public bool Equals(SteamItemInstanceID_t other)
{
bool flag;
return flag;
}
// Token: 0x0600708A RID: 28810 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600708A")]
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
public int CompareTo(SteamItemInstanceID_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053AD RID: 21421
[Token(Token = "0x40053AD")]
public static readonly SteamItemInstanceID_t Invalid;
// Token: 0x040053AE RID: 21422
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053AE")]
public ulong m_SteamItemInstanceID;
}
}