1263 lines
30 KiB
C#
1263 lines
30 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom
|
|
{
|
|
// Token: 0x020011F7 RID: 4599
|
|
public class IntRangeUIRotator : UIRotator
|
|
{
|
|
// Token: 0x0602756E RID: 161134 RVA: 0x00AF1C98 File Offset: 0x00AEFE98
|
|
protected virtual void IDHNKBJPGNP(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.HBLCMBJKHNO();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602756F RID: 161135 RVA: 0x00AF1D70 File Offset: 0x00AEFF70
|
|
protected virtual void HCLOOODPBJL()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.BMGJDODFLAD().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.OEHFDJGEJBM());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027570 RID: 161136 RVA: 0x00AF1E04 File Offset: 0x00AF0004
|
|
protected override void KKFFIMBDOJE()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.ANKACHDHNCL.ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.ANKACHDHNCL);
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027571 RID: 161137 RVA: 0x00AF1E98 File Offset: 0x00AF0098
|
|
protected virtual void PMOOLFPAGIJ(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.PCHNKDDPPLK();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027572 RID: 161138 RVA: 0x00AF1F70 File Offset: 0x00AF0170
|
|
protected virtual void GDNDILGPEBC(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.PCEEKGKJIHC();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027573 RID: 161139 RVA: 0x00AF2048 File Offset: 0x00AF0248
|
|
protected virtual void NGGJAAGGKGJ()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.PCHNKDDPPLK().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.BGGOJEDOBAE());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027574 RID: 161140 RVA: 0x00AF20DC File Offset: 0x00AF02DC
|
|
protected virtual void LGNOMJHCMNC()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.BGGOJEDOBAE().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.FKHLFHDMPPM());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027575 RID: 161141 RVA: 0x00AF2170 File Offset: 0x00AF0370
|
|
public int? MLACIJPINGK()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027576 RID: 161142 RVA: 0x00AF21CC File Offset: 0x00AF03CC
|
|
protected override void OPKPCGNNBHI(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? value = this.ANKACHDHNCL;
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i++)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (value != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(value.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(value.Value);
|
|
}
|
|
else if (value.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027577 RID: 161143 RVA: 0x00AF22A4 File Offset: 0x00AF04A4
|
|
public virtual int FCADHMLKMFJ()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x06027578 RID: 161144 RVA: 0x00AF22B4 File Offset: 0x00AF04B4
|
|
public int? BMGJDODFLAD()
|
|
{
|
|
if (this.NKEHDKABAPE > 0 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027579 RID: 161145 RVA: 0x00AF2310 File Offset: 0x00AF0510
|
|
protected virtual void GNFHLMDMKOE()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.BGGOJEDOBAE().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.LABCFPOOAHG());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602757A RID: 161146 RVA: 0x00AF23A4 File Offset: 0x00AF05A4
|
|
public virtual int GJLJLCHNAJO()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x0602757B RID: 161147 RVA: 0x00AF23B4 File Offset: 0x00AF05B4
|
|
protected virtual void LIBBMMPDBFA(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.LABCFPOOAHG();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i++)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602757C RID: 161148 RVA: 0x00AF248C File Offset: 0x00AF068C
|
|
protected virtual void HMJDCKDJLPP()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.BIAFLDAEGOG().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.CLBCAFMHIJJ());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602757D RID: 161149 RVA: 0x00AF2520 File Offset: 0x00AF0720
|
|
public virtual int KDMAHCJAMIK()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x170011D2 RID: 4562
|
|
// (get) Token: 0x0602757E RID: 161150 RVA: 0x00AF2530 File Offset: 0x00AF0730
|
|
public override int NKEHDKABAPE
|
|
{
|
|
get
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602757F RID: 161151 RVA: 0x00AF2540 File Offset: 0x00AF0740
|
|
protected virtual void MFPPHKPPFKC()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.JGDBEPIACOF().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.PCEEKGKJIHC());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027580 RID: 161152 RVA: 0x00AF25D4 File Offset: 0x00AF07D4
|
|
public int? PCHNKDDPPLK()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027581 RID: 161153 RVA: 0x00AF2630 File Offset: 0x00AF0830
|
|
public virtual int JHLNNAGBLED()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x06027582 RID: 161154 RVA: 0x00AF2640 File Offset: 0x00AF0840
|
|
public int? BGGOJEDOBAE()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x170011D1 RID: 4561
|
|
// (get) Token: 0x06027583 RID: 161155 RVA: 0x00AF269C File Offset: 0x00AF089C
|
|
public int? ANKACHDHNCL
|
|
{
|
|
get
|
|
{
|
|
if (this.NKEHDKABAPE > 0 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027584 RID: 161156 RVA: 0x00AF26F8 File Offset: 0x00AF08F8
|
|
protected virtual void AAKLFPJDOLB()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.ANKACHDHNCL.ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.FEIHKHIAHDA());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027585 RID: 161157 RVA: 0x00AF278C File Offset: 0x00AF098C
|
|
public virtual int IEJJKAEJECO()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x06027586 RID: 161158 RVA: 0x00AF279C File Offset: 0x00AF099C
|
|
public int? GJGHNLJNLLI()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027587 RID: 161159 RVA: 0x00AF27F8 File Offset: 0x00AF09F8
|
|
protected virtual void ANINOMMEDFG()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.CLBCAFMHIJJ().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.FEIHKHIAHDA());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027588 RID: 161160 RVA: 0x00AF288C File Offset: 0x00AF0A8C
|
|
protected virtual void BAJDAKFHNBH()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.FEIHKHIAHDA().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.MLACIJPINGK());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027589 RID: 161161 RVA: 0x00AF2920 File Offset: 0x00AF0B20
|
|
protected virtual void FKACLBLNOIA(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.CLBCAFMHIJJ();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602758A RID: 161162 RVA: 0x00AF29F8 File Offset: 0x00AF0BF8
|
|
protected virtual void OGGKODAFDEG()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.JGDBEPIACOF().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.CLBCAFMHIJJ());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602758B RID: 161163 RVA: 0x00AF2A8C File Offset: 0x00AF0C8C
|
|
public virtual int HHGPGLDNOAJ()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x0602758C RID: 161164 RVA: 0x00AF2A9C File Offset: 0x00AF0C9C
|
|
public int? BIAFLDAEGOG()
|
|
{
|
|
if (this.NKEHDKABAPE > 0 && base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x0602758D RID: 161165 RVA: 0x00AF2AF8 File Offset: 0x00AF0CF8
|
|
public int? FEIHKHIAHDA()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x0602758E RID: 161166 RVA: 0x00AF2B54 File Offset: 0x00AF0D54
|
|
protected virtual void CGJPAIHNJEN(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.HBLCMBJKHNO();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i++)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602758F RID: 161167 RVA: 0x00AF2C2C File Offset: 0x00AF0E2C
|
|
protected virtual void NMMEKOENLAC(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.PCEEKGKJIHC();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i++)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027590 RID: 161168 RVA: 0x00AF2D04 File Offset: 0x00AF0F04
|
|
protected virtual void AEBNJPBNDLC(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.PCEEKGKJIHC();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027591 RID: 161169 RVA: 0x00AF2DDC File Offset: 0x00AF0FDC
|
|
public int? FKHLFHDMPPM()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027592 RID: 161170 RVA: 0x00AF2E38 File Offset: 0x00AF1038
|
|
public int? HBLCMBJKHNO()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027593 RID: 161171 RVA: 0x00AF2E94 File Offset: 0x00AF1094
|
|
public virtual int PEDIIDBFEHL()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x06027594 RID: 161172 RVA: 0x00AF2EA4 File Offset: 0x00AF10A4
|
|
public int? PCEEKGKJIHC()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027595 RID: 161173 RVA: 0x00AF2F00 File Offset: 0x00AF1100
|
|
public virtual int HLEDPMNFNJB()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x06027596 RID: 161174 RVA: 0x00AF2F10 File Offset: 0x00AF1110
|
|
protected virtual void GLDFOLPLFHP(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.GJGHNLJNLLI();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027597 RID: 161175 RVA: 0x00AF2FE8 File Offset: 0x00AF11E8
|
|
protected virtual void DGHFKGFKIOA()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.GJGHNLJNLLI().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.FKHLFHDMPPM());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06027598 RID: 161176 RVA: 0x00AF307C File Offset: 0x00AF127C
|
|
public int? OEHFDJGEJBM()
|
|
{
|
|
if (this.NKEHDKABAPE > 0 && base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06027599 RID: 161177 RVA: 0x00AF30D8 File Offset: 0x00AF12D8
|
|
protected virtual void PEFDBGPFBKI(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.FEIHKHIAHDA();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602759A RID: 161178 RVA: 0x00AF31B0 File Offset: 0x00AF13B0
|
|
public int? LABCFPOOAHG()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x0602759B RID: 161179 RVA: 0x00AF320C File Offset: 0x00AF140C
|
|
protected virtual void EPMOMADIGJC(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.JGDBEPIACOF();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602759C RID: 161180 RVA: 0x00AF32E4 File Offset: 0x00AF14E4
|
|
protected virtual void GGIBLLNMHKD()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.GJGHNLJNLLI().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.OEHFDJGEJBM());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602759D RID: 161181 RVA: 0x00AF3378 File Offset: 0x00AF1578
|
|
protected virtual void MMEOBPKCNKG()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.CLBCAFMHIJJ().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.BGGOJEDOBAE());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602759E RID: 161182 RVA: 0x00AF340C File Offset: 0x00AF160C
|
|
public virtual int GKGJILMMGNH()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x0602759F RID: 161183 RVA: 0x00AF341C File Offset: 0x00AF161C
|
|
public virtual int GIJPCOODLGP()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275A0 RID: 161184 RVA: 0x00AF342C File Offset: 0x00AF162C
|
|
protected virtual void IMDGIHMBKIH()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 1 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.CLBCAFMHIJJ().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.PCEEKGKJIHC());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275A1 RID: 161185 RVA: 0x00AF34C0 File Offset: 0x00AF16C0
|
|
public virtual int FGJOPKCGIBF()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275A2 RID: 161186 RVA: 0x00AF34D0 File Offset: 0x00AF16D0
|
|
protected virtual void FKIPALJKBKE(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.LABCFPOOAHG();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275A3 RID: 161187 RVA: 0x00AF35A8 File Offset: 0x00AF17A8
|
|
public virtual int KOOCGEFAFMJ()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275A4 RID: 161188 RVA: 0x00AF35B8 File Offset: 0x00AF17B8
|
|
protected virtual void LCAHCLNBIBN(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? value = this.ANKACHDHNCL;
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (value != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(value.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(value.Value);
|
|
}
|
|
else if (value.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 1;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275A5 RID: 161189 RVA: 0x00AF3690 File Offset: 0x00AF1890
|
|
public virtual int HHICDKBENMG()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275A6 RID: 161190 RVA: 0x00AF36A0 File Offset: 0x00AF18A0
|
|
public int? CLBCAFMHIJJ()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x060275A7 RID: 161191 RVA: 0x00AF36FC File Offset: 0x00AF18FC
|
|
protected virtual void BGAGENLLPFO()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.HBLCMBJKHNO().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.OEHFDJGEJBM());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275A8 RID: 161192 RVA: 0x00AF3790 File Offset: 0x00AF1990
|
|
protected virtual void CIPPCKFAOHK(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.PCEEKGKJIHC();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275A9 RID: 161193 RVA: 0x00AF3868 File Offset: 0x00AF1A68
|
|
public int? INCBBLDHGLK()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x060275AA RID: 161194 RVA: 0x00AF38C4 File Offset: 0x00AF1AC4
|
|
public virtual int PJGGEKGDIJA()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275AB RID: 161195 RVA: 0x00AF38D4 File Offset: 0x00AF1AD4
|
|
public virtual int IPNHBEFHOEM()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275AC RID: 161196 RVA: 0x00AF38E4 File Offset: 0x00AF1AE4
|
|
public int? JGDBEPIACOF()
|
|
{
|
|
if (this.NKEHDKABAPE > 1 && base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
return new int?(this.IKFDHADLGLC[base.EGKGDAPOEEI]);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x060275AD RID: 161197 RVA: 0x00AF3940 File Offset: 0x00AF1B40
|
|
protected virtual void OAMLBKCEGCD()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.OEHFDJGEJBM().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.GJGHNLJNLLI());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275AE RID: 161198 RVA: 0x00AF39D4 File Offset: 0x00AF1BD4
|
|
protected virtual void GGADBPMIGMI()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.ANKACHDHNCL.ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.PCHNKDDPPLK());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275AF RID: 161199 RVA: 0x00AF3A68 File Offset: 0x00AF1C68
|
|
protected virtual void APABJCHHMOK()
|
|
{
|
|
if (base.EGKGDAPOEEI >= 0 && base.EGKGDAPOEEI < this.IKFDHADLGLC.Count)
|
|
{
|
|
string text;
|
|
if (string.IsNullOrEmpty(this.intFormat))
|
|
{
|
|
text = this.FEIHKHIAHDA().ToString();
|
|
}
|
|
else
|
|
{
|
|
text = string.Format(this.intFormat, this.PCHNKDDPPLK());
|
|
}
|
|
this.selectorText.text = text;
|
|
}
|
|
else
|
|
{
|
|
this.selectorText.text = this.unselectedString;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275B0 RID: 161200 RVA: 0x00AF3AFC File Offset: 0x00AF1CFC
|
|
public virtual int ODKFJBAOLLI()
|
|
{
|
|
return this.IKFDHADLGLC.Count;
|
|
}
|
|
|
|
// Token: 0x060275B2 RID: 161202 RVA: 0x00AF3B2C File Offset: 0x00AF1D2C
|
|
protected virtual void LDPNAACMMEG(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.PCHNKDDPPLK();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i++)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060275B3 RID: 161203 RVA: 0x00AF3C04 File Offset: 0x00AF1E04
|
|
protected virtual void AHDHJKBCHPE(int NFPFAGDKIHE = -1)
|
|
{
|
|
int? num = this.BIAFLDAEGOG();
|
|
int index = base.EGKGDAPOEEI;
|
|
base.OPKPCGNNBHI(-1);
|
|
this.IKFDHADLGLC.Clear();
|
|
for (int i = this.start; i <= this.end; i += 0)
|
|
{
|
|
this.IKFDHADLGLC.Add(i);
|
|
}
|
|
if (num != null)
|
|
{
|
|
if (this.IKFDHADLGLC.Contains(num.Value))
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.IndexOf(num.Value);
|
|
}
|
|
else if (num.Value > this.IKFDHADLGLC.Max())
|
|
{
|
|
base.EGKGDAPOEEI = this.IKFDHADLGLC.Count - 0;
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
base.EGKGDAPOEEI = NFPFAGDKIHE;
|
|
}
|
|
}
|
|
|
|
// Token: 0x040062B5 RID: 25269
|
|
[SerializeField]
|
|
protected int start;
|
|
|
|
// Token: 0x040062B6 RID: 25270
|
|
[SerializeField]
|
|
protected int end;
|
|
|
|
// Token: 0x040062B7 RID: 25271
|
|
[SerializeField]
|
|
protected string intFormat;
|
|
|
|
// Token: 0x040062B8 RID: 25272
|
|
[SerializeField]
|
|
private string unselectedString = "--";
|
|
|
|
// Token: 0x040062B9 RID: 25273
|
|
protected List<int> IKFDHADLGLC = new List<int>();
|
|
}
|
|
}
|