terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
IDisposable
class
<
DelayedDestroyDropdownList
> UnityEngine.UI.Dropdown.IDisposable
set
private
Definition at line
817
of file
Dropdown.cs
.
818
{
819
// Token: 0x060000BB RID: 187 RVA: 0x00003A9C File Offset: 0x00001C9C
820
[
DebuggerHidden
]
821
public <DelayedDestroyDropdownList>
d__75
(
int <>
1
__state
)
822
{
823
this.<>1__state = <>1
__state
;
824
}
825
826
// Token: 0x060000BC RID: 188 RVA: 0x00003AB8 File Offset: 0x00001CB8
827
[
DebuggerHidden
]
828
void
IDisposable
.
Dispose
()
829
{
830
}
831
832
// Token: 0x060000BD RID: 189 RVA: 0x00003AC8 File Offset: 0x00001CC8
833
private
bool
MoveNext()
834
{
835
if
(this.<>1
__state
== 0)
836
{
837
float
num = this.delay;
838
this.<>1
__state
= 1;
839
return
true
;
840
}
841
}
842
843
// Token: 0x17000026 RID: 38
844
// (get) Token: 0x060000BE RID: 190 RVA: 0x00003AFC File Offset: 0x00001CFC
845
object
IEnumerator<object>
.
Current
846
{
847
[
DebuggerHidden
]
848
get
849
{
850
return
this.<>2
__current
;
851
}
852
}
853
854
// Token: 0x060000BF RID: 191 RVA: 0x00002207 File Offset: 0x00000407
855
[
DebuggerHidden
]
856
void
IEnumerator
.
Reset
()
857
{
858
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
859
}
860
861
// Token: 0x17000027 RID: 39
862
// (get) Token: 0x060000C0 RID: 192 RVA: 0x00003B10 File Offset: 0x00001D10
863
object
IEnumerator.Current
864
{
865
[
DebuggerHidden
]
866
get
867
{
868
return
this.<>2
__current
;
869
}
870
}
871
872
// Token: 0x04000057 RID: 87
873
private
int <>
1
__state
;
874
875
// Token: 0x04000058 RID: 88
876
private
object <>
2
__current
;
877
878
// Token: 0x04000059 RID: 89
879
public
float
delay;
880
881
// Token: 0x0400005A RID: 90
882
public
Dropdown <>
4
__this
;
883
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
UnityEngine.UI.Dropdown.d__75
class< DelayedDestroyDropdownList > d__75
Definition
Dropdown.cs:817
System.Collections.Generic.IEnumerator.Current
T Current
Definition
IEnumerator.cs:10
System.Collections.Generic.IEnumerator
Definition
IEnumerator.cs:7
System.Collections.IEnumerator.Reset
void Reset()
System.IDisposable.Dispose
void Dispose()
System.IDisposable
Definition
IDisposable.cs:7
UnityEngine
UI
Dropdown
Generated by
1.10.0