157 lines
5.7 KiB
C#
157 lines
5.7 KiB
C#
using System;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x02000955 RID: 2389
|
|
[Serializable]
|
|
public struct ControllerAnalogActionHandle_t : IEquatable<ControllerAnalogActionHandle_t>, IComparable<ControllerAnalogActionHandle_t>
|
|
{
|
|
// Token: 0x06011AB2 RID: 72370 RVA: 0x0052F17C File Offset: 0x0052D37C
|
|
public ControllerAnalogActionHandle_t(ulong NOBAPCOKFIL)
|
|
{
|
|
this.m_ControllerAnalogActionHandle = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06011AB3 RID: 72371 RVA: 0x0052F188 File Offset: 0x0052D388
|
|
public bool KIBMPNPNOFC(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle == GGGBDENGHFM.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x06011AB4 RID: 72372 RVA: 0x0052F19C File Offset: 0x0052D39C
|
|
public int CompareTo(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.CompareTo(GGGBDENGHFM.m_ControllerAnalogActionHandle);
|
|
}
|
|
|
|
// Token: 0x06011AB5 RID: 72373 RVA: 0x0052F1B0 File Offset: 0x0052D3B0
|
|
public bool CMLNJBBANLM(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle == GGGBDENGHFM.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x06011AB6 RID: 72374 RVA: 0x0052F1C4 File Offset: 0x0052D3C4
|
|
public static ControllerAnalogActionHandle_t BOBCNPPDACJ(ulong NOBAPCOKFIL)
|
|
{
|
|
return new ControllerAnalogActionHandle_t(NOBAPCOKFIL);
|
|
}
|
|
|
|
// Token: 0x06011AB7 RID: 72375 RVA: 0x0052F1CC File Offset: 0x0052D3CC
|
|
public string JOCNHLKEDON()
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.ToString();
|
|
}
|
|
|
|
// Token: 0x06011AB8 RID: 72376 RVA: 0x0052F1E0 File Offset: 0x0052D3E0
|
|
public override bool Equals(object GGGBDENGHFM)
|
|
{
|
|
return GGGBDENGHFM is ControllerAnalogActionHandle_t && ControllerAnalogActionHandle_t.GEINBKNJBKG(this, (ControllerAnalogActionHandle_t)GGGBDENGHFM);
|
|
}
|
|
|
|
// Token: 0x06011AB9 RID: 72377 RVA: 0x0052F204 File Offset: 0x0052D404
|
|
public static bool GEINBKNJBKG(ControllerAnalogActionHandle_t ILFEPFCLLFJ, ControllerAnalogActionHandle_t CCOAIHDIKAN)
|
|
{
|
|
return ILFEPFCLLFJ.m_ControllerAnalogActionHandle == CCOAIHDIKAN.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x06011ABA RID: 72378 RVA: 0x0052F218 File Offset: 0x0052D418
|
|
public static bool KGEKEGKBPBJ(ControllerAnalogActionHandle_t ILFEPFCLLFJ, ControllerAnalogActionHandle_t CCOAIHDIKAN)
|
|
{
|
|
return !ControllerAnalogActionHandle_t.GEINBKNJBKG(ILFEPFCLLFJ, CCOAIHDIKAN);
|
|
}
|
|
|
|
// Token: 0x06011ABB RID: 72379 RVA: 0x0052F224 File Offset: 0x0052D424
|
|
public int PODLEBONBKN(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.CompareTo(GGGBDENGHFM.m_ControllerAnalogActionHandle);
|
|
}
|
|
|
|
// Token: 0x06011ABC RID: 72380 RVA: 0x0052F238 File Offset: 0x0052D438
|
|
public static bool BEJPLCIFOKO(ControllerAnalogActionHandle_t ILFEPFCLLFJ, ControllerAnalogActionHandle_t CCOAIHDIKAN)
|
|
{
|
|
return ControllerAnalogActionHandle_t.GEINBKNJBKG(ILFEPFCLLFJ, CCOAIHDIKAN);
|
|
}
|
|
|
|
// Token: 0x06011ABD RID: 72381 RVA: 0x0052F244 File Offset: 0x0052D444
|
|
public int EOJIIIFHBJD()
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06011ABE RID: 72382 RVA: 0x0052F258 File Offset: 0x0052D458
|
|
public override int GetHashCode()
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06011ABF RID: 72383 RVA: 0x0052F26C File Offset: 0x0052D46C
|
|
public int GLNACKHDFPD(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.CompareTo(GGGBDENGHFM.m_ControllerAnalogActionHandle);
|
|
}
|
|
|
|
// Token: 0x06011AC0 RID: 72384 RVA: 0x0052F280 File Offset: 0x0052D480
|
|
public override string ToString()
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.ToString();
|
|
}
|
|
|
|
// Token: 0x06011AC1 RID: 72385 RVA: 0x0052F294 File Offset: 0x0052D494
|
|
public static ControllerAnalogActionHandle_t CBCCCDEJOPF(ulong NOBAPCOKFIL)
|
|
{
|
|
return new ControllerAnalogActionHandle_t(NOBAPCOKFIL);
|
|
}
|
|
|
|
// Token: 0x06011AC2 RID: 72386 RVA: 0x0052F29C File Offset: 0x0052D49C
|
|
public string MCFBOOINHBJ()
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.ToString();
|
|
}
|
|
|
|
// Token: 0x06011AC3 RID: 72387 RVA: 0x0052F2B0 File Offset: 0x0052D4B0
|
|
public static ControllerAnalogActionHandle_t HOOFJGAAMKN(ulong NOBAPCOKFIL)
|
|
{
|
|
return new ControllerAnalogActionHandle_t(NOBAPCOKFIL);
|
|
}
|
|
|
|
// Token: 0x06011AC4 RID: 72388 RVA: 0x0052F2B8 File Offset: 0x0052D4B8
|
|
public static ulong DKNKKEMJIME(ControllerAnalogActionHandle_t HDONNMABBBM)
|
|
{
|
|
return HDONNMABBBM.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x06011AC5 RID: 72389 RVA: 0x0052F2C4 File Offset: 0x0052D4C4
|
|
public static bool NOGAGKDDFDB(ControllerAnalogActionHandle_t ILFEPFCLLFJ, ControllerAnalogActionHandle_t CCOAIHDIKAN)
|
|
{
|
|
return !ControllerAnalogActionHandle_t.GEINBKNJBKG(ILFEPFCLLFJ, CCOAIHDIKAN);
|
|
}
|
|
|
|
// Token: 0x06011AC6 RID: 72390 RVA: 0x0052F2D0 File Offset: 0x0052D4D0
|
|
public bool Equals(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle == GGGBDENGHFM.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x06011AC7 RID: 72391 RVA: 0x0052F2E4 File Offset: 0x0052D4E4
|
|
public string NKJFPADNKOG()
|
|
{
|
|
return this.m_ControllerAnalogActionHandle.ToString();
|
|
}
|
|
|
|
// Token: 0x06011AC8 RID: 72392 RVA: 0x0052F2F8 File Offset: 0x0052D4F8
|
|
public bool CCOFNEGDDJI(ControllerAnalogActionHandle_t GGGBDENGHFM)
|
|
{
|
|
return this.m_ControllerAnalogActionHandle == GGGBDENGHFM.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x06011AC9 RID: 72393 RVA: 0x0052F30C File Offset: 0x0052D50C
|
|
public static ulong HOOFJGAAMKN(ControllerAnalogActionHandle_t HDONNMABBBM)
|
|
{
|
|
return HDONNMABBBM.m_ControllerAnalogActionHandle;
|
|
}
|
|
|
|
// Token: 0x040032A5 RID: 12965
|
|
public ulong m_ControllerAnalogActionHandle;
|
|
}
|
|
}
|