Files
2026-04-08 23:40:05 +02:00

102 lines
3.6 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x02001223 RID: 4643
[Token(Token = "0x2001223")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct InputActionSetHandle_t : IEquatable<InputActionSetHandle_t>, IComparable<InputActionSetHandle_t>
{
// Token: 0x06007039 RID: 28729 RVA: 0x00177B04 File Offset: 0x00175D04
[Token(Token = "0x6007039")]
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
public InputActionSetHandle_t(ulong value)
{
}
// Token: 0x0600703A RID: 28730 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600703A")]
[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: 0x0600703B RID: 28731 RVA: 0x00177B14 File Offset: 0x00175D14
[Token(Token = "0x600703B")]
[Address(RVA = "0x32ED90", Offset = "0x32E190", VA = "0x18032ED90", 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: 0x0600703C RID: 28732 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600703C")]
[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: 0x0600703D RID: 28733 RVA: 0x00177B34 File Offset: 0x00175D34
[Token(Token = "0x600703D")]
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
public static bool operator ==(InputActionSetHandle_t x, InputActionSetHandle_t y)
{
return x == y;
}
// Token: 0x0600703E RID: 28734 RVA: 0x00177B48 File Offset: 0x00175D48
[Token(Token = "0x600703E")]
[Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")]
public static bool operator !=(InputActionSetHandle_t x, InputActionSetHandle_t y)
{
return x != y;
}
// Token: 0x0600703F RID: 28735 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600703F")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator InputActionSetHandle_t(ulong value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007040 RID: 28736 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007040")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ulong(InputActionSetHandle_t that)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007041 RID: 28737 RVA: 0x00177B5C File Offset: 0x00175D5C
[Token(Token = "0x6007041")]
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
public bool Equals(InputActionSetHandle_t other)
{
bool flag;
return flag;
}
// Token: 0x06007042 RID: 28738 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007042")]
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
public int CompareTo(InputActionSetHandle_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053A4 RID: 21412
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053A4")]
public ulong m_InputActionSetHandle;
}
}