142 lines
5.0 KiB
C#
142 lines
5.0 KiB
C#
using System;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x0200095C RID: 2396
|
|
[Serializable]
|
|
public struct SteamInventoryResult_t : IEquatable<SteamInventoryResult_t>, IComparable<SteamInventoryResult_t>
|
|
{
|
|
// Token: 0x06011CC4 RID: 72900 RVA: 0x005317A8 File Offset: 0x0052F9A8
|
|
public int GPANNOPNIEI()
|
|
{
|
|
return this.m_SteamInventoryResult.GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06011CC5 RID: 72901 RVA: 0x005317BC File Offset: 0x0052F9BC
|
|
public bool MOEPJIMBNPB(object GGGBDENGHFM)
|
|
{
|
|
return !(GGGBDENGHFM is SteamInventoryResult_t) || SteamInventoryResult_t.GEINBKNJBKG(this, (SteamInventoryResult_t)GGGBDENGHFM);
|
|
}
|
|
|
|
// Token: 0x06011CC6 RID: 72902 RVA: 0x005317E0 File Offset: 0x0052F9E0
|
|
public override int GetHashCode()
|
|
{
|
|
return this.m_SteamInventoryResult.GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06011CC7 RID: 72903 RVA: 0x005317F4 File Offset: 0x0052F9F4
|
|
public bool CCOFNEGDDJI(object GGGBDENGHFM)
|
|
{
|
|
return GGGBDENGHFM is SteamInventoryResult_t && SteamInventoryResult_t.GEINBKNJBKG(this, (SteamInventoryResult_t)GGGBDENGHFM);
|
|
}
|
|
|
|
// Token: 0x06011CC8 RID: 72904 RVA: 0x00531818 File Offset: 0x0052FA18
|
|
public static int OGHPGOFNOHC(SteamInventoryResult_t HDONNMABBBM)
|
|
{
|
|
return HDONNMABBBM.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CC9 RID: 72905 RVA: 0x00531824 File Offset: 0x0052FA24
|
|
public int CJEBOFJOOOD(SteamInventoryResult_t GGGBDENGHFM)
|
|
{
|
|
return this.m_SteamInventoryResult.CompareTo(GGGBDENGHFM.m_SteamInventoryResult);
|
|
}
|
|
|
|
// Token: 0x06011CCA RID: 72906 RVA: 0x00531838 File Offset: 0x0052FA38
|
|
public static bool GEINBKNJBKG(SteamInventoryResult_t ILFEPFCLLFJ, SteamInventoryResult_t CCOAIHDIKAN)
|
|
{
|
|
return ILFEPFCLLFJ.m_SteamInventoryResult == CCOAIHDIKAN.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CCB RID: 72907 RVA: 0x0053184C File Offset: 0x0052FA4C
|
|
public override string ToString()
|
|
{
|
|
return this.m_SteamInventoryResult.ToString();
|
|
}
|
|
|
|
// Token: 0x06011CCC RID: 72908 RVA: 0x00531860 File Offset: 0x0052FA60
|
|
public SteamInventoryResult_t(int NOBAPCOKFIL)
|
|
{
|
|
this.m_SteamInventoryResult = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06011CCD RID: 72909 RVA: 0x0053186C File Offset: 0x0052FA6C
|
|
public int LGLJCBKFBKO(SteamInventoryResult_t GGGBDENGHFM)
|
|
{
|
|
return this.m_SteamInventoryResult.CompareTo(GGGBDENGHFM.m_SteamInventoryResult);
|
|
}
|
|
|
|
// Token: 0x06011CCE RID: 72910 RVA: 0x00531880 File Offset: 0x0052FA80
|
|
public int CompareTo(SteamInventoryResult_t GGGBDENGHFM)
|
|
{
|
|
return this.m_SteamInventoryResult.CompareTo(GGGBDENGHFM.m_SteamInventoryResult);
|
|
}
|
|
|
|
// Token: 0x06011CCF RID: 72911 RVA: 0x00531894 File Offset: 0x0052FA94
|
|
public bool KIBMPNPNOFC(SteamInventoryResult_t GGGBDENGHFM)
|
|
{
|
|
return this.m_SteamInventoryResult == GGGBDENGHFM.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD0 RID: 72912 RVA: 0x005318A8 File Offset: 0x0052FAA8
|
|
public static bool NMFDIOMIAFK(SteamInventoryResult_t ILFEPFCLLFJ, SteamInventoryResult_t CCOAIHDIKAN)
|
|
{
|
|
return ILFEPFCLLFJ.m_SteamInventoryResult == CCOAIHDIKAN.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD1 RID: 72913 RVA: 0x005318BC File Offset: 0x0052FABC
|
|
public static SteamInventoryResult_t HOOFJGAAMKN(int NOBAPCOKFIL)
|
|
{
|
|
return new SteamInventoryResult_t(NOBAPCOKFIL);
|
|
}
|
|
|
|
// Token: 0x06011CD2 RID: 72914 RVA: 0x005318C4 File Offset: 0x0052FAC4
|
|
public bool Equals(SteamInventoryResult_t GGGBDENGHFM)
|
|
{
|
|
return this.m_SteamInventoryResult == GGGBDENGHFM.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD3 RID: 72915 RVA: 0x005318D8 File Offset: 0x0052FAD8
|
|
public static bool AGMPIKCJLDK(SteamInventoryResult_t ILFEPFCLLFJ, SteamInventoryResult_t CCOAIHDIKAN)
|
|
{
|
|
return ILFEPFCLLFJ.m_SteamInventoryResult == CCOAIHDIKAN.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD5 RID: 72917 RVA: 0x005318FC File Offset: 0x0052FAFC
|
|
public static bool BMOBEEOIMIG(SteamInventoryResult_t ILFEPFCLLFJ, SteamInventoryResult_t CCOAIHDIKAN)
|
|
{
|
|
return ILFEPFCLLFJ.m_SteamInventoryResult == CCOAIHDIKAN.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD6 RID: 72918 RVA: 0x00531910 File Offset: 0x0052FB10
|
|
public bool HKLKHABPEMB(SteamInventoryResult_t GGGBDENGHFM)
|
|
{
|
|
return this.m_SteamInventoryResult == GGGBDENGHFM.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD7 RID: 72919 RVA: 0x00531924 File Offset: 0x0052FB24
|
|
public override bool Equals(object GGGBDENGHFM)
|
|
{
|
|
return GGGBDENGHFM is SteamInventoryResult_t && SteamInventoryResult_t.GEINBKNJBKG(this, (SteamInventoryResult_t)GGGBDENGHFM);
|
|
}
|
|
|
|
// Token: 0x06011CD8 RID: 72920 RVA: 0x00531948 File Offset: 0x0052FB48
|
|
public static int HOOFJGAAMKN(SteamInventoryResult_t HDONNMABBBM)
|
|
{
|
|
return HDONNMABBBM.m_SteamInventoryResult;
|
|
}
|
|
|
|
// Token: 0x06011CD9 RID: 72921 RVA: 0x00531954 File Offset: 0x0052FB54
|
|
public static bool NOGAGKDDFDB(SteamInventoryResult_t ILFEPFCLLFJ, SteamInventoryResult_t CCOAIHDIKAN)
|
|
{
|
|
return !SteamInventoryResult_t.GEINBKNJBKG(ILFEPFCLLFJ, CCOAIHDIKAN);
|
|
}
|
|
|
|
// Token: 0x040032B0 RID: 12976
|
|
public static readonly SteamInventoryResult_t Invalid = new SteamInventoryResult_t(-1);
|
|
|
|
// Token: 0x040032B1 RID: 12977
|
|
public int m_SteamInventoryResult;
|
|
}
|
|
}
|