using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace Steamworks { // Token: 0x02001225 RID: 4645 [Token(Token = "0x2001225")] [Serializable] [StructLayout(0, Size = 8)] public struct InputDigitalActionHandle_t : IEquatable, IComparable { // Token: 0x0600704D RID: 28749 RVA: 0x00177BD4 File Offset: 0x00175DD4 [Token(Token = "0x600704D")] [Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")] public InputDigitalActionHandle_t(ulong value) { } // Token: 0x0600704E RID: 28750 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600704E")] [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: 0x0600704F RID: 28751 RVA: 0x00177BE4 File Offset: 0x00175DE4 [Token(Token = "0x600704F")] [Address(RVA = "0x32EEB0", Offset = "0x32E2B0", VA = "0x18032EEB0", 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: 0x06007050 RID: 28752 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007050")] [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: 0x06007051 RID: 28753 RVA: 0x00177C04 File Offset: 0x00175E04 [Token(Token = "0x6007051")] [Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")] public static bool operator ==(InputDigitalActionHandle_t x, InputDigitalActionHandle_t y) { return x == y; } // Token: 0x06007052 RID: 28754 RVA: 0x00177C18 File Offset: 0x00175E18 [Token(Token = "0x6007052")] [Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")] public static bool operator !=(InputDigitalActionHandle_t x, InputDigitalActionHandle_t y) { return x != y; } // Token: 0x06007053 RID: 28755 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007053")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator InputDigitalActionHandle_t(ulong value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06007054 RID: 28756 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007054")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ulong(InputDigitalActionHandle_t that) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06007055 RID: 28757 RVA: 0x00177C2C File Offset: 0x00175E2C [Token(Token = "0x6007055")] [Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")] public bool Equals(InputDigitalActionHandle_t other) { bool flag; return flag; } // Token: 0x06007056 RID: 28758 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007056")] [Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")] public int CompareTo(InputDigitalActionHandle_t other) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x040053A6 RID: 21414 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40053A6")] public ulong m_InputDigitalActionHandle; } }