using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace Steamworks { // Token: 0x0200121C RID: 4636 [Token(Token = "0x200121C")] [Serializable] [StructLayout(0, Size = 8)] public struct ControllerAnalogActionHandle_t : IEquatable, IComparable { // Token: 0x06006FEF RID: 28655 RVA: 0x00177784 File Offset: 0x00175984 [Token(Token = "0x6006FEF")] [Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")] public ControllerAnalogActionHandle_t(ulong value) { } // Token: 0x06006FF0 RID: 28656 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6006FF0")] [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: 0x06006FF1 RID: 28657 RVA: 0x00177794 File Offset: 0x00175994 [Token(Token = "0x6006FF1")] [Address(RVA = "0x243220", Offset = "0x242620", VA = "0x180243220", 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: 0x06006FF2 RID: 28658 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6006FF2")] [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: 0x06006FF3 RID: 28659 RVA: 0x001777B4 File Offset: 0x001759B4 [Token(Token = "0x6006FF3")] [Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")] public static bool operator ==(ControllerAnalogActionHandle_t x, ControllerAnalogActionHandle_t y) { return x == y; } // Token: 0x06006FF4 RID: 28660 RVA: 0x001777C8 File Offset: 0x001759C8 [Token(Token = "0x6006FF4")] [Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")] public static bool operator !=(ControllerAnalogActionHandle_t x, ControllerAnalogActionHandle_t y) { return x != y; } // Token: 0x06006FF5 RID: 28661 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6006FF5")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ControllerAnalogActionHandle_t(ulong value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06006FF6 RID: 28662 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6006FF6")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ulong(ControllerAnalogActionHandle_t that) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06006FF7 RID: 28663 RVA: 0x001777DC File Offset: 0x001759DC [Token(Token = "0x6006FF7")] [Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")] public bool Equals(ControllerAnalogActionHandle_t other) { bool flag; return flag; } // Token: 0x06006FF8 RID: 28664 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6006FF8")] [Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")] public int CompareTo(ControllerAnalogActionHandle_t other) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x04005399 RID: 21401 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x4005399")] public ulong m_ControllerAnalogActionHandle; } }