106 lines
3.6 KiB
C#
106 lines
3.6 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x02001239 RID: 4665
|
|
[Token(Token = "0x2001239")]
|
|
[Serializable]
|
|
[StructLayout(0, Size = 8)]
|
|
public struct PartyBeaconID_t : IEquatable<PartyBeaconID_t>, IComparable<PartyBeaconID_t>
|
|
{
|
|
// Token: 0x06007121 RID: 28961 RVA: 0x001785D0 File Offset: 0x001767D0
|
|
[Token(Token = "0x6007121")]
|
|
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
|
|
public PartyBeaconID_t(ulong value)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06007122 RID: 28962 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007122")]
|
|
[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: 0x06007123 RID: 28963 RVA: 0x001785E0 File Offset: 0x001767E0
|
|
[Token(Token = "0x6007123")]
|
|
[Address(RVA = "0x35FAD0", Offset = "0x35EED0", VA = "0x18035FAD0", 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: 0x06007124 RID: 28964 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007124")]
|
|
[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: 0x06007125 RID: 28965 RVA: 0x00178600 File Offset: 0x00176800
|
|
[Token(Token = "0x6007125")]
|
|
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
|
|
public static bool operator ==(PartyBeaconID_t x, PartyBeaconID_t y)
|
|
{
|
|
return x == y;
|
|
}
|
|
|
|
// Token: 0x06007126 RID: 28966 RVA: 0x00178614 File Offset: 0x00176814
|
|
[Token(Token = "0x6007126")]
|
|
[Address(RVA = "0x2A183C0", Offset = "0x2A16DC0", VA = "0x182A183C0")]
|
|
public static bool operator !=(PartyBeaconID_t x, PartyBeaconID_t y)
|
|
{
|
|
return x != y;
|
|
}
|
|
|
|
// Token: 0x06007127 RID: 28967 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007127")]
|
|
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
|
|
public static explicit operator PartyBeaconID_t(ulong value)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007128 RID: 28968 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007128")]
|
|
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
|
|
public static explicit operator ulong(PartyBeaconID_t that)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007129 RID: 28969 RVA: 0x00178628 File Offset: 0x00176828
|
|
[Token(Token = "0x6007129")]
|
|
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
|
|
public bool Equals(PartyBeaconID_t other)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x0600712A RID: 28970 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600712A")]
|
|
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
|
|
public int CompareTo(PartyBeaconID_t other)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x040053C7 RID: 21447
|
|
[Token(Token = "0x40053C7")]
|
|
public static readonly PartyBeaconID_t Invalid;
|
|
|
|
// Token: 0x040053C8 RID: 21448
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40053C8")]
|
|
public ulong m_PartyBeaconID;
|
|
}
|
|
}
|