using System; using System.Runtime.InteropServices; using Cpp2IlInjected; using RecRoom.Players; using UnityEngine; namespace RecRoom.AGUI.Expresso { // Token: 0x020024C6 RID: 9414 [Token(Token = "0x20024C6")] [StructLayout(3)] public class ExpressoUIFlow : MonoBehaviour { // Token: 0x17002C26 RID: 11302 // (get) Token: 0x0601040C RID: 66572 RVA: 0x003CF11C File Offset: 0x003CD31C [Token(Token = "0x17002C26")] public string AGIPNNGHGAF { [Token(Token = "0x601040C")] [Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")] get { return this.uniqueName; } } // Token: 0x17002C27 RID: 11303 // (get) Token: 0x0601040D RID: 66573 RVA: 0x003CF130 File Offset: 0x003CD330 // (set) Token: 0x0601040E RID: 66574 RVA: 0x003CF144 File Offset: 0x003CD344 [Token(Token = "0x17002C27")] public virtual bool BCKCEELIDLH { [Token(Token = "0x601040D")] [Address(RVA = "0x421DE0", Offset = "0x4207E0", VA = "0x180421DE0", Slot = "4")] get { return this.PBBAIHFAKAL; } [Token(Token = "0x601040E")] [Address(RVA = "0x14D90C0", Offset = "0x14D7AC0", VA = "0x1814D90C0", Slot = "5")] set { ExpressoButton[] ebiffbcpffp = this.EBIFFBCPFFP; int num = 0; this.PBBAIHFAKAL = value; if (ebiffbcpffp != 0) { int length = ebiffbcpffp.Length; if (num < length) { ebiffbcpffp[num].BCKCEELIDLH = value; num++; } } GameObject[] array = this.objectsToEnableDisable; if (array != 0) { int length2 = array.Length; if (num < length2) { GameObject gameObject = array[num]; bool pbbaihfakal = this.PBBAIHFAKAL; gameObject.SetActive(pbbaihfakal); num++; } } } } // Token: 0x0601040F RID: 66575 RVA: 0x003CF1C0 File Offset: 0x003CD3C0 [Token(Token = "0x601040F")] [Address(RVA = "0x14D8FF0", Offset = "0x14D79F0", VA = "0x1814D8FF0", Slot = "6")] protected virtual void Start() { ExpressoButton[] ebiffbcpffp = this.EBIFFBCPFFP; if (ebiffbcpffp == 0 || ebiffbcpffp.Length == 0) { ExpressoButton[] componentsInChildren = base.GetComponentsInChildren(true); this.EBIFFBCPFFP = componentsInChildren; } string text = this.ToString(); bool isCompleted = ((IAsyncResult)this).IsCompleted; } // Token: 0x06010410 RID: 66576 RVA: 0x003CF200 File Offset: 0x003CD400 [Token(Token = "0x6010410")] [Address(RVA = "0x14D8E30", Offset = "0x14D7830", VA = "0x1814D8E30")] public void PushFlow(ExpressoUIFlow flowPrefab) { ExpressoUI k__BackingField = Player.k__BackingField.playerUI.k__BackingField; int num = 0; if (k__BackingField != num) { ExpressoUI k__BackingField2 = Player.k__BackingField.playerUI.k__BackingField; bool flag = flowPrefab.leadHandMovementOnStart; bool flag2 = flowPrefab.closePreviousMenuOnStart; k__BackingField2.PushFlow(flowPrefab, flag2, flag); } } // Token: 0x06010411 RID: 66577 RVA: 0x003CF258 File Offset: 0x003CD458 [Token(Token = "0x6010411")] [Address(RVA = "0x14D8DC0", Offset = "0x14D77C0", VA = "0x1814D8DC0")] protected void MKJHOFNIFDI(bool ENJABEBOEHC) { ExpressoButton[] ebiffbcpffp = this.EBIFFBCPFFP; int num = 0; int length = ebiffbcpffp.Length; if (num < length) { ebiffbcpffp[num].BCKCEELIDLH = ENJABEBOEHC; num++; } } // Token: 0x06010412 RID: 66578 RVA: 0x003CF290 File Offset: 0x003CD490 [Token(Token = "0x6010412")] [Address(RVA = "0x14D8C60", Offset = "0x14D7660", VA = "0x1814D8C60")] public void ExpressoButtonInteracted(string debugString) { NotificationManager instance = SingletonMonoBehaviour.Instance; int num = 0; int num2 = 0; IDisposable disposable = instance.Play((NotificationManager.IBIDFAOPIPC)num2, debugString, 1f, num, num); } // Token: 0x06010413 RID: 66579 RVA: 0x003CF2C0 File Offset: 0x003CD4C0 [Token(Token = "0x6010413")] [Address(RVA = "0x14D8CF0", Offset = "0x14D76F0", VA = "0x1814D8CF0")] public void ExpressoEmote(int emoteInt) { PlayerEmotes playerEmotes = Player.k__BackingField.playerEmotes; } // Token: 0x06010414 RID: 66580 RVA: 0x003CF2E0 File Offset: 0x003CD4E0 [Token(Token = "0x6010414")] [Address(RVA = "0x14D9070", Offset = "0x14D7A70", VA = "0x1814D9070")] public ExpressoUIFlow() { } // Token: 0x0400ACC9 RID: 44233 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x400ACC9")] [SerializeField] [Tooltip("The unique name for this flow, used for caching purposes instead of TAGS.")] private string uniqueName = ""; // Token: 0x0400ACCA RID: 44234 [global::Cpp2IlInjected.FieldOffset(Offset = "0x20")] [Token(Token = "0x400ACCA")] [SerializeField] [Tooltip("Whether the previous Expresso flow on the stack should be deactivated when this one is pushed onto the stack")] private bool closePreviousMenuOnStart = true; // Token: 0x0400ACCB RID: 44235 [global::Cpp2IlInjected.FieldOffset(Offset = "0x28")] [Token(Token = "0x400ACCB")] [SerializeField] [Tooltip("Objects that will be enabled/disabled along with this flow.")] private GameObject[] objectsToEnableDisable; // Token: 0x0400ACCC RID: 44236 [global::Cpp2IlInjected.FieldOffset(Offset = "0x30")] [Token(Token = "0x400ACCC")] [SerializeField] [Tooltip("If it set to true, this flow will appear ahead of where the hand is moving to avoid accidentally hitting another button as soon as it appears.")] [Header("Hand following")] private bool leadHandMovementOnStart; // Token: 0x0400ACCD RID: 44237 [global::Cpp2IlInjected.FieldOffset(Offset = "0x38")] [Token(Token = "0x400ACCD")] protected ExpressoButton[] EBIFFBCPFFP; // Token: 0x0400ACCE RID: 44238 [global::Cpp2IlInjected.FieldOffset(Offset = "0x40")] [Token(Token = "0x400ACCE")] private bool PBBAIHFAKAL; } }