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

102 lines
3.7 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x0200121B RID: 4635
[Token(Token = "0x200121B")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct ControllerActionSetHandle_t : IEquatable<ControllerActionSetHandle_t>, IComparable<ControllerActionSetHandle_t>
{
// Token: 0x06006FE5 RID: 28645 RVA: 0x0017771C File Offset: 0x0017591C
[Token(Token = "0x6006FE5")]
[Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")]
public ControllerActionSetHandle_t(ulong value)
{
}
// Token: 0x06006FE6 RID: 28646 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6006FE6")]
[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: 0x06006FE7 RID: 28647 RVA: 0x0017772C File Offset: 0x0017592C
[Token(Token = "0x6006FE7")]
[Address(RVA = "0x243190", Offset = "0x242590", VA = "0x180243190", 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: 0x06006FE8 RID: 28648 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6006FE8")]
[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: 0x06006FE9 RID: 28649 RVA: 0x0017774C File Offset: 0x0017594C
[Token(Token = "0x6006FE9")]
[Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")]
public static bool operator ==(ControllerActionSetHandle_t x, ControllerActionSetHandle_t y)
{
return x == y;
}
// Token: 0x06006FEA RID: 28650 RVA: 0x00177760 File Offset: 0x00175960
[Token(Token = "0x6006FEA")]
[Address(RVA = "0x6D5F00", Offset = "0x6D4900", VA = "0x1806D5F00")]
public static bool operator !=(ControllerActionSetHandle_t x, ControllerActionSetHandle_t y)
{
return x != y;
}
// Token: 0x06006FEB RID: 28651 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6006FEB")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ControllerActionSetHandle_t(ulong value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06006FEC RID: 28652 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6006FEC")]
[Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")]
public static explicit operator ulong(ControllerActionSetHandle_t that)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06006FED RID: 28653 RVA: 0x00177774 File Offset: 0x00175974
[Token(Token = "0x6006FED")]
[Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")]
public bool Equals(ControllerActionSetHandle_t other)
{
bool flag;
return flag;
}
// Token: 0x06006FEE RID: 28654 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6006FEE")]
[Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")]
public int CompareTo(ControllerActionSetHandle_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x04005398 RID: 21400
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4005398")]
public ulong m_ControllerActionSetHandle;
}
}