106 lines
3.7 KiB
C#
106 lines
3.7 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x0200121F RID: 4639
|
|
[Token(Token = "0x200121F")]
|
|
[Serializable]
|
|
[StructLayout(0, Size = 2)]
|
|
public struct FriendsGroupID_t : IEquatable<FriendsGroupID_t>, IComparable<FriendsGroupID_t>
|
|
{
|
|
// Token: 0x0600700D RID: 28685 RVA: 0x001778BC File Offset: 0x00175ABC
|
|
[Token(Token = "0x600700D")]
|
|
[Address(RVA = "0x11660", Offset = "0x10A60", VA = "0x180011660")]
|
|
public FriendsGroupID_t(short value)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600700E RID: 28686 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600700E")]
|
|
[Address(RVA = "0x243FD0", Offset = "0x2433D0", VA = "0x180243FD0", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600700F RID: 28687 RVA: 0x001778CC File Offset: 0x00175ACC
|
|
[Token(Token = "0x600700F")]
|
|
[Address(RVA = "0x243F10", Offset = "0x243310", VA = "0x180243F10", 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: 0x06007010 RID: 28688 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007010")]
|
|
[Address(RVA = "0x243FC0", Offset = "0x2433C0", VA = "0x180243FC0", Slot = "2")]
|
|
public override int GetHashCode()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007011 RID: 28689 RVA: 0x001778EC File Offset: 0x00175AEC
|
|
[Token(Token = "0x6007011")]
|
|
[Address(RVA = "0x6D58F0", Offset = "0x6D42F0", VA = "0x1806D58F0")]
|
|
public static bool operator ==(FriendsGroupID_t x, FriendsGroupID_t y)
|
|
{
|
|
return x == y;
|
|
}
|
|
|
|
// Token: 0x06007012 RID: 28690 RVA: 0x00177900 File Offset: 0x00175B00
|
|
[Token(Token = "0x6007012")]
|
|
[Address(RVA = "0x1D5FFE0", Offset = "0x1D5E9E0", VA = "0x181D5FFE0")]
|
|
public static bool operator !=(FriendsGroupID_t x, FriendsGroupID_t y)
|
|
{
|
|
return x != y;
|
|
}
|
|
|
|
// Token: 0x06007013 RID: 28691 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007013")]
|
|
[Address(RVA = "0x1D5FFD0", Offset = "0x1D5E9D0", VA = "0x181D5FFD0")]
|
|
public static explicit operator FriendsGroupID_t(short value)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007014 RID: 28692 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007014")]
|
|
[Address(RVA = "0x1D5FFD0", Offset = "0x1D5E9D0", VA = "0x181D5FFD0")]
|
|
public static explicit operator short(FriendsGroupID_t that)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007015 RID: 28693 RVA: 0x00177914 File Offset: 0x00175B14
|
|
[Token(Token = "0x6007015")]
|
|
[Address(RVA = "0x29040", Offset = "0x28440", VA = "0x180029040", Slot = "4")]
|
|
public bool Equals(FriendsGroupID_t other)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x06007016 RID: 28694 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007016")]
|
|
[Address(RVA = "0x243F00", Offset = "0x243300", VA = "0x180243F00", Slot = "5")]
|
|
public int CompareTo(FriendsGroupID_t other)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0400539C RID: 21404
|
|
[Token(Token = "0x400539C")]
|
|
public static readonly FriendsGroupID_t Invalid = (uint)65535;
|
|
|
|
// Token: 0x0400539D RID: 21405
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400539D")]
|
|
public short m_FriendsGroupID;
|
|
}
|
|
}
|