using System; using Cpp2IlInjected; using RecRoom.Players; using UnityEngine; namespace RecRoom.AGUI.Expresso { // Token: 0x0200296E RID: 10606 [Token(Token = "0x200296E")] public class ExpressoUIFlow : MonoBehaviour { // Token: 0x170031BA RID: 12730 // (get) Token: 0x06011C65 RID: 72805 RVA: 0x0040C38C File Offset: 0x0040A58C [Token(Token = "0x170031BA")] public string AGIPNNGHGAF { [Token(Token = "0x6011C65")] [Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")] get { return this.uniqueName; } } // Token: 0x170031BB RID: 12731 // (get) Token: 0x06011C66 RID: 72806 RVA: 0x0040C3A0 File Offset: 0x0040A5A0 // (set) Token: 0x06011C67 RID: 72807 RVA: 0x0040C3B4 File Offset: 0x0040A5B4 [Token(Token = "0x170031BB")] public virtual bool BCKCEELIDLH { [Token(Token = "0x6011C66")] [Address(RVA = "0x4363F0", Offset = "0x4351F0", VA = "0x1804363F0", Slot = "4")] get { return this.PBBAIHFAKAL; } [Token(Token = "0x6011C67")] [Address(RVA = "0xD5DEB0", Offset = "0xD5CCB0", VA = "0x180D5DEB0", 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: 0x06011C68 RID: 72808 RVA: 0x0040C430 File Offset: 0x0040A630 [Token(Token = "0x6011C68")] [Address(RVA = "0xD5DDE0", Offset = "0xD5CBE0", VA = "0x180D5DDE0", 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: 0x06011C69 RID: 72809 RVA: 0x0040C470 File Offset: 0x0040A670 [Token(Token = "0x6011C69")] [Address(RVA = "0xD5DC20", Offset = "0xD5CA20", VA = "0x180D5DC20")] 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: 0x06011C6A RID: 72810 RVA: 0x0040C4C8 File Offset: 0x0040A6C8 [Token(Token = "0x6011C6A")] [Address(RVA = "0xD5DBB0", Offset = "0xD5C9B0", VA = "0x180D5DBB0")] 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: 0x06011C6B RID: 72811 RVA: 0x0040C500 File Offset: 0x0040A700 [Token(Token = "0x6011C6B")] [Address(RVA = "0xD5DA50", Offset = "0xD5C850", VA = "0x180D5DA50")] public void ExpressoButtonInteracted(string debugString) { NotificationManager instance = SingletonMonoBehaviour.ONCPNMDGGKG; int num = 0; int num2 = 0; IDisposable disposable = instance.Play((NotificationManager.IBIDFAOPIPC)num2, debugString, 1f, num, num); } // Token: 0x06011C6C RID: 72812 RVA: 0x0040C530 File Offset: 0x0040A730 [Token(Token = "0x6011C6C")] [Address(RVA = "0xD5DAE0", Offset = "0xD5C8E0", VA = "0x180D5DAE0")] public void ExpressoEmote(int emoteInt) { PlayerEmotes playerEmotes = Player.k__BackingField.playerEmotes; } // Token: 0x06011C6D RID: 72813 RVA: 0x0040C550 File Offset: 0x0040A750 [Token(Token = "0x6011C6D")] [Address(RVA = "0xD5DE60", Offset = "0xD5CC60", VA = "0x180D5DE60")] public ExpressoUIFlow() { } // Token: 0x0400B6FC RID: 46844 [FieldOffset(Offset = "0x18")] [Token(Token = "0x400B6FC")] [SerializeField] [Tooltip("The unique name for this flow, used for caching purposes instead of TAGS.")] private string uniqueName = ""; // Token: 0x0400B6FD RID: 46845 [FieldOffset(Offset = "0x20")] [Token(Token = "0x400B6FD")] [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: 0x0400B6FE RID: 46846 [FieldOffset(Offset = "0x28")] [Token(Token = "0x400B6FE")] [SerializeField] [Tooltip("Objects that will be enabled/disabled along with this flow.")] private GameObject[] objectsToEnableDisable; // Token: 0x0400B6FF RID: 46847 [FieldOffset(Offset = "0x30")] [Token(Token = "0x400B6FF")] [SerializeField] [Header("Hand following")] [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.")] private bool leadHandMovementOnStart; // Token: 0x0400B700 RID: 46848 [FieldOffset(Offset = "0x38")] [Token(Token = "0x400B700")] protected ExpressoButton[] EBIFFBCPFFP; // Token: 0x0400B701 RID: 46849 [FieldOffset(Offset = "0x40")] [Token(Token = "0x400B701")] private bool PBBAIHFAKAL; } }