using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace Steamworks { // Token: 0x02001224 RID: 4644 [Token(Token = "0x2001224")] [Serializable] [StructLayout(0, Size = 8)] public struct InputAnalogActionHandle_t : IEquatable, IComparable { // Token: 0x06007043 RID: 28739 RVA: 0x00177B6C File Offset: 0x00175D6C [Token(Token = "0x6007043")] [Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")] public InputAnalogActionHandle_t(ulong value) { } // Token: 0x06007044 RID: 28740 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007044")] [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: 0x06007045 RID: 28741 RVA: 0x00177B7C File Offset: 0x00175D7C [Token(Token = "0x6007045")] [Address(RVA = "0x32EE20", Offset = "0x32E220", VA = "0x18032EE20", Slot = "0")] public override bool Equals(object other) { if (other != 0 && other != 0) { return (ref this) == "{il2cpp field on {'constant9' (constant value of type Cpp2IL.Core.Analysis.ResultModels.LocalPointer)}, offset 0x0}"; } } // Token: 0x06007046 RID: 28742 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007046")] [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: 0x06007047 RID: 28743 RVA: 0x00177B9C File Offset: 0x00175D9C [Token(Token = "0x6007047")] [Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")] public static bool operator ==(InputAnalogActionHandle_t x, InputAnalogActionHandle_t y) { return x == y; } // Token: 0x06007048 RID: 28744 RVA: 0x00177BB0 File Offset: 0x00175DB0 [Token(Token = "0x6007048")] [Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")] public static bool operator !=(InputAnalogActionHandle_t x, InputAnalogActionHandle_t y) { return x != y; } // Token: 0x06007049 RID: 28745 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007049")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator InputAnalogActionHandle_t(ulong value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600704A RID: 28746 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600704A")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ulong(InputAnalogActionHandle_t that) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600704B RID: 28747 RVA: 0x00177BC4 File Offset: 0x00175DC4 [Token(Token = "0x600704B")] [Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")] public bool Equals(InputAnalogActionHandle_t other) { bool flag; return flag; } // Token: 0x0600704C RID: 28748 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600704C")] [Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")] public int CompareTo(InputAnalogActionHandle_t other) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x040053A5 RID: 21413 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40053A5")] public ulong m_InputAnalogActionHandle; } }