Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/CharadesPhysicalButton.cs
T
2026-04-08 23:40:05 +02:00

52 lines
1.5 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x020004AC RID: 1196
[Token(Token = "0x20004AC")]
[StructLayout(3)]
public class CharadesPhysicalButton : PhysicalButtonBase
{
// Token: 0x0600230A RID: 8970 RVA: 0x000919D8 File Offset: 0x0008FBD8
[Token(Token = "0x600230A")]
[Address(RVA = "0x1382990", Offset = "0x1381390", VA = "0x181382990", Slot = "13")]
protected override void Awake()
{
base.Awake();
ABEFMOOKKBO abefmookkbo = new ABEFMOOKKBO(true, true, true);
this.GBEAPKLOFJO = abefmookkbo;
}
// Token: 0x0600230B RID: 8971 RVA: 0x000919FC File Offset: 0x0008FBFC
[Token(Token = "0x600230B")]
[Address(RVA = "0x1382A00", Offset = "0x1381400", VA = "0x181382A00")]
public void ClearAllPressers()
{
ABEFMOOKKBO gbeapklofjo = this.GBEAPKLOFJO;
}
// Token: 0x0600230C RID: 8972 RVA: 0x00091A18 File Offset: 0x0008FC18
[Token(Token = "0x600230C")]
[Address(RVA = "0x1382A50", Offset = "0x1381450", VA = "0x181382A50", Slot = "26")]
protected override void OnTriggerEnter(Collider GLPOLGOBLAA)
{
if (!base.ANMHACGPFBL)
{
SpawnableTool componentInParent = GLPOLGOBLAA.GetComponentInParent<SpawnableTool>();
int num = 0;
if (componentInParent == num || componentInParent.OPLHMKFCNOL != OGNBCNBPFCC.SHAPE_CONTAINER)
{
base.OnTriggerEnter(GLPOLGOBLAA);
}
}
}
// Token: 0x0600230D RID: 8973 RVA: 0x00091A5C File Offset: 0x0008FC5C
[Token(Token = "0x600230D")]
[Address(RVA = "0xFBAAA0", Offset = "0xFB94A0", VA = "0x180FBAAA0")]
public CharadesPhysicalButton()
{
}
}