This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,693 @@
using System;
using UnityEngine;
using UnityEngine.UI;
namespace AGUI.StackedUI.Dialog
{
// Token: 0x02001044 RID: 4164
public class UIConfirmationDialog : ConfirmUIDialog<UIConfirmationDialog.NDMPDGNNNPC, string, string, string, string>
{
// Token: 0x060232CC RID: 144076 RVA: 0x00996F48 File Offset: 0x00995148
public ValidatedButtonInputField KMCEHDFAGPI()
{
return this.textInputField;
}
// Token: 0x060232CD RID: 144077 RVA: 0x00996F50 File Offset: 0x00995150
public void OFFBBIGFMHM(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232CE RID: 144078 RVA: 0x00996F60 File Offset: 0x00995160
public ValidatedButtonInputField ABILNBGPLEI()
{
return this.textInputField;
}
// Token: 0x17001059 RID: 4185
// (get) Token: 0x060232CF RID: 144079 RVA: 0x00996F68 File Offset: 0x00995168
public ValidatedButtonInputField OLFLEAPDLID
{
get
{
return this.textInputField;
}
}
// Token: 0x060232D0 RID: 144080 RVA: 0x00996F70 File Offset: 0x00995170
public void NFPJMKKNOGP(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232D1 RID: 144081 RVA: 0x00996F80 File Offset: 0x00995180
public ValidatedButtonInputField CEGNDLGHCJC()
{
return this.textInputField;
}
// Token: 0x060232D2 RID: 144082 RVA: 0x00996F88 File Offset: 0x00995188
public void PNIAODADEJE(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232D3 RID: 144083 RVA: 0x00996F98 File Offset: 0x00995198
public ValidatedButtonInputField MCLJFPAGBML()
{
return this.textInputField;
}
// Token: 0x060232D4 RID: 144084 RVA: 0x00996FA0 File Offset: 0x009951A0
public virtual AALAIHCPNEB<HDPGPHCMBGP> OFPILMPJIND(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)(-80)) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.HGIFANMGICI((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)6) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.LCIDHPPJMBN((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
else
{
Debug.LogWarning("_MainColor");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232D5 RID: 144085 RVA: 0x009970A4 File Offset: 0x009952A4
public virtual AALAIHCPNEB<HDPGPHCMBGP> MJHOFDACMHD(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)83) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.PIIKNDBCPLI((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)5) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.LCIDHPPJMBN((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
else
{
Debug.LogWarning("_Decal_Tex");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232D6 RID: 144086 RVA: 0x009971A8 File Offset: 0x009953A8
public void DCKLPNHIBCO(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232D8 RID: 144088 RVA: 0x009971C0 File Offset: 0x009953C0
public void ICODLJNDNGK(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232D9 RID: 144089 RVA: 0x009971D0 File Offset: 0x009953D0
public ValidatedButtonInputField CIIFBGBJOON()
{
return this.textInputField;
}
// Token: 0x060232DA RID: 144090 RVA: 0x009971D8 File Offset: 0x009953D8
public void MOHJNNFPDBI(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232DB RID: 144091 RVA: 0x009971E8 File Offset: 0x009953E8
public ValidatedButtonInputField BFICAENEMPH()
{
return this.textInputField;
}
// Token: 0x060232DC RID: 144092 RVA: 0x009971F0 File Offset: 0x009953F0
public void BHJNEHMAEGH(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232DD RID: 144093 RVA: 0x00997200 File Offset: 0x00995400
public virtual AALAIHCPNEB<HDPGPHCMBGP> IEACEMJNANI(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)(-56)) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.FFKOPGJPMIH = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY;
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED;
}
else
{
Debug.LogWarning("z");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232DE RID: 144094 RVA: 0x00997304 File Offset: 0x00995504
public ValidatedButtonInputField CLGCLJFAING()
{
return this.textInputField;
}
// Token: 0x060232DF RID: 144095 RVA: 0x0099730C File Offset: 0x0099550C
public void LLBDPDFADKB(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232E0 RID: 144096 RVA: 0x0099731C File Offset: 0x0099551C
public override AALAIHCPNEB<HDPGPHCMBGP> ShowDialog(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)16) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.FFKOPGJPMIH = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED;
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)8) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED;
}
else
{
Debug.LogWarning("UIConfirmationDialog.ShowDialog(): ScreenHeader not found");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232E1 RID: 144097 RVA: 0x00997420 File Offset: 0x00995620
public virtual AALAIHCPNEB<HDPGPHCMBGP> NGIJPKIBAJH(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)30) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.OCLMPJDIECE((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.AKCAJEJGDLM((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
else
{
Debug.LogWarning("prev_activity");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232E2 RID: 144098 RVA: 0x00997524 File Offset: 0x00995724
public virtual AALAIHCPNEB<HDPGPHCMBGP> POKCKNNDEHO(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)8) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)(-40)) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.OCLMPJDIECE((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.BNDOFJHHCKP((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
else
{
Debug.LogWarning("CNDBNOEDHFF");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232E3 RID: 144099 RVA: 0x00997628 File Offset: 0x00995828
public ValidatedButtonInputField AOBMLAKNLLP()
{
return this.textInputField;
}
// Token: 0x060232E4 RID: 144100 RVA: 0x00997630 File Offset: 0x00995830
public virtual AALAIHCPNEB<HDPGPHCMBGP> KIAPELEONIP(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)(-27)) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.FFKOPGJPMIH = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY;
componentInChildren.LAMDCMKHMDO((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)6) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
else
{
Debug.LogWarning("BowString.RetractableRigidbodyPickup.RestTransform is NULL");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232E5 RID: 144101 RVA: 0x00997734 File Offset: 0x00995934
public void ADOAGEMJGMN(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232E6 RID: 144102 RVA: 0x00997744 File Offset: 0x00995944
public virtual AALAIHCPNEB<HDPGPHCMBGP> NBEFHGJJMBH(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)98) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.HGIFANMGICI((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO_CANCEL) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.LAMDCMKHMDO((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
else
{
Debug.LogWarning("B");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232E7 RID: 144103 RVA: 0x00997848 File Offset: 0x00995A48
public void UpdateBodyText(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232E8 RID: 144104 RVA: 0x00997858 File Offset: 0x00995A58
public virtual AALAIHCPNEB<HDPGPHCMBGP> ILKCPADJOPG(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)97) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.PIIKNDBCPLI((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED;
}
else
{
Debug.LogWarning("y");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232E9 RID: 144105 RVA: 0x0099795C File Offset: 0x00995B5C
public virtual AALAIHCPNEB<HDPGPHCMBGP> BOBGNLDIGDN(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)(-88)) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.PIIKNDBCPLI((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)8) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY;
}
else
{
Debug.LogWarning("UnityStandardAssets.");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232EA RID: 144106 RVA: 0x00997A60 File Offset: 0x00995C60
public ValidatedButtonInputField JJDDHCEBJLO()
{
return this.textInputField;
}
// Token: 0x060232EB RID: 144107 RVA: 0x00997A68 File Offset: 0x00995C68
public ValidatedButtonInputField FFBGJALEDLP()
{
return this.textInputField;
}
// Token: 0x060232EC RID: 144108 RVA: 0x00997A70 File Offset: 0x00995C70
public void PADAJICMFFM(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232ED RID: 144109 RVA: 0x00997A80 File Offset: 0x00995C80
public ValidatedButtonInputField LONBACDGHLN()
{
return this.textInputField;
}
// Token: 0x060232EE RID: 144110 RVA: 0x00997A88 File Offset: 0x00995C88
public void ICNEAOBAKGO(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232EF RID: 144111 RVA: 0x00997A98 File Offset: 0x00995C98
public virtual AALAIHCPNEB<HDPGPHCMBGP> HEAHKFBJOCB(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)5) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)126) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.PIIKNDBCPLI((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO_CANCEL) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED;
}
else
{
Debug.LogWarning("Close");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232F0 RID: 144112 RVA: 0x00997B9C File Offset: 0x00995D9C
public void JANBCIHEFEI(string FPEEKMMBPPA)
{
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
}
// Token: 0x060232F1 RID: 144113 RVA: 0x00997BAC File Offset: 0x00995DAC
public ValidatedButtonInputField PJKKMAAFNFI()
{
return this.textInputField;
}
// Token: 0x060232F2 RID: 144114 RVA: 0x00997BB4 File Offset: 0x00995DB4
public ValidatedButtonInputField HGAKMLJHJMH()
{
return this.textInputField;
}
// Token: 0x060232F3 RID: 144115 RVA: 0x00997BBC File Offset: 0x00995DBC
public virtual AALAIHCPNEB<HDPGPHCMBGP> FKMMDIHMJAP(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)92) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.HGIFANMGICI((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)5) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY;
}
else
{
Debug.LogWarning("Tried to add experiment using that that wasn't an enum: ");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232F4 RID: 144116 RVA: 0x00997CC0 File Offset: 0x00995EC0
public virtual AALAIHCPNEB<HDPGPHCMBGP> KDNCNNKJGMH(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)97) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.PIIKNDBCPLI((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.LOCKED) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
componentInChildren.AKCAJEJGDLM((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)4) == UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
else
{
Debug.LogWarning("CachedViewManager (\"{0}\")");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x060232F5 RID: 144117 RVA: 0x00997DC4 File Offset: 0x00995FC4
public ValidatedButtonInputField GFOMKPLMNHM()
{
return this.textInputField;
}
// Token: 0x060232F6 RID: 144118 RVA: 0x00997DCC File Offset: 0x00995FCC
public virtual AALAIHCPNEB<HDPGPHCMBGP> IDKMENOFIPG(UIConfirmationDialog.NDMPDGNNNPC CDMGKGAIHKA, string MDBFBCAFABK, string FPEEKMMBPPA, string NLNIPLGFEMB = "Yes", string JDDMHBDGMLL = "No")
{
KAOFKCMJMNO.HOHEEMEGDCB(this.titleText, MDBFBCAFABK);
KAOFKCMJMNO.HOHEEMEGDCB(this.bodyText, FPEEKMMBPPA);
KAOFKCMJMNO.HOHEEMEGDCB(this.yesText, NLNIPLGFEMB);
KAOFKCMJMNO.HOHEEMEGDCB(this.noText, JDDMHBDGMLL);
if (this.yesButton != null)
{
this.yesButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.noButton != null)
{
this.noButton.gameObject.SetActive((CDMGKGAIHKA & UIConfirmationDialog.NDMPDGNNNPC.YES_NO) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
}
if (this.textInputField != null)
{
this.textInputField.gameObject.SetActive((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)(-78)) == UIConfirmationDialog.NDMPDGNNNPC.LOCKED);
}
ScreenHeader componentInChildren = base.GetComponentInChildren<ScreenHeader>();
if (componentInChildren != null)
{
componentInChildren.OCLMPJDIECE((CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)2) != UIConfirmationDialog.NDMPDGNNNPC.YES_ONLY);
componentInChildren.GEONIKEKDPN = (CDMGKGAIHKA & (UIConfirmationDialog.NDMPDGNNNPC)5) != UIConfirmationDialog.NDMPDGNNNPC.LOCKED;
}
else
{
Debug.LogWarning("Argument cannot be null.");
}
return base.OLKGOIHGHBJ();
}
// Token: 0x04005A7C RID: 23164
private const int MIDCBIDLDEK = 1;
// Token: 0x04005A7D RID: 23165
private const int IGEHILGEBCP = 2;
// Token: 0x04005A7E RID: 23166
private const int EILPLOKLELI = 4;
// Token: 0x04005A7F RID: 23167
private const int EMMCAPGMLAB = 8;
// Token: 0x04005A80 RID: 23168
private const int DIGBLCKPCFC = 16;
// Token: 0x04005A81 RID: 23169
[SerializeField]
private Text titleText;
// Token: 0x04005A82 RID: 23170
[SerializeField]
private Text bodyText;
// Token: 0x04005A83 RID: 23171
[SerializeField]
private Text yesText;
// Token: 0x04005A84 RID: 23172
[SerializeField]
private Text noText;
// Token: 0x04005A85 RID: 23173
[SerializeField]
private ValidatedButtonInputField textInputField;
// Token: 0x04005A86 RID: 23174
[SerializeField]
private RectTransform yesButton;
// Token: 0x04005A87 RID: 23175
[SerializeField]
private RectTransform noButton;
// Token: 0x02001045 RID: 4165
[Flags]
public enum NDMPDGNNNPC
{
// Token: 0x04005A89 RID: 23177
YES_NO_CANCEL_HOME = 15,
// Token: 0x04005A8A RID: 23178
OK_CANCEL = 13,
// Token: 0x04005A8B RID: 23179
YES_NO = 3,
// Token: 0x04005A8C RID: 23180
LOCKED = 0,
// Token: 0x04005A8D RID: 23181
YES_ONLY = 1,
// Token: 0x04005A8E RID: 23182
YES_NO_CANCEL = 7,
// Token: 0x04005A8F RID: 23183
OK_CANCEL_TEXT = 29
}
}
}