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

102 lines
3.4 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x0200123A RID: 4666
[Token(Token = "0x200123A")]
[Serializable]
[StructLayout(0, Size = 4)]
public struct RTime32 : IEquatable<RTime32>, IComparable<RTime32>
{
// Token: 0x0600712C RID: 28972 RVA: 0x00178648 File Offset: 0x00176848
[Token(Token = "0x600712C")]
[Address(RVA = "0x2DB0", Offset = "0x21B0", VA = "0x180002DB0")]
public RTime32(uint value)
{
}
// Token: 0x0600712D RID: 28973 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600712D")]
[Address(RVA = "0x242940", Offset = "0x241D40", VA = "0x180242940", Slot = "3")]
public override string ToString()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600712E RID: 28974 RVA: 0x00178658 File Offset: 0x00176858
[Token(Token = "0x600712E")]
[Address(RVA = "0x35FCE0", Offset = "0x35F0E0", VA = "0x18035FCE0", 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: 0x0600712F RID: 28975 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600712F")]
[Address(RVA = "0x18100", Offset = "0x17500", VA = "0x180018100", Slot = "2")]
public override int GetHashCode()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007130 RID: 28976 RVA: 0x00178678 File Offset: 0x00176878
[Token(Token = "0x6007130")]
[Address(RVA = "0x559420", Offset = "0x557E20", VA = "0x180559420")]
public static bool operator ==(RTime32 x, RTime32 y)
{
return x == y;
}
// Token: 0x06007131 RID: 28977 RVA: 0x0017868C File Offset: 0x0017688C
[Token(Token = "0x6007131")]
[Address(RVA = "0x559430", Offset = "0x557E30", VA = "0x180559430")]
public static bool operator !=(RTime32 x, RTime32 y)
{
return x != y;
}
// Token: 0x06007132 RID: 28978 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007132")]
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
public static explicit operator RTime32(uint value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007133 RID: 28979 RVA: 0x001786A0 File Offset: 0x001768A0
[Token(Token = "0x6007133")]
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
public static explicit operator uint(RTime32 that)
{
return that.m_RTime32;
}
// Token: 0x06007134 RID: 28980 RVA: 0x001786B4 File Offset: 0x001768B4
[Token(Token = "0x6007134")]
[Address(RVA = "0xD730", Offset = "0xCB30", VA = "0x18000D730", Slot = "4")]
public bool Equals(RTime32 other)
{
bool flag;
return flag;
}
// Token: 0x06007135 RID: 28981 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007135")]
[Address(RVA = "0x2428B0", Offset = "0x241CB0", VA = "0x1802428B0", Slot = "5")]
public int CompareTo(RTime32 other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053C9 RID: 21449
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053C9")]
public uint m_RTime32;
}
}