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
HairstyleUnlocksHelper.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Cpp2IlInjected
;
4
5
namespace
Terraria.GameContent
6
{
7
// Token: 0x020007C7 RID: 1991
8
public
class
HairstyleUnlocksHelper
9
{
10
// Token: 0x06004091 RID: 16529 RVA: 0x0024371C File Offset: 0x0024191C
11
public
void
UpdateUnlocks
()
12
{
13
bool
flag = this.
ListWarrantsRemake
();
14
}
15
16
// Token: 0x06004092 RID: 16530 RVA: 0x00243734 File Offset: 0x00241934
17
private
bool
ListWarrantsRemake
()
18
{
19
return
Main
.
gameMenu
;
20
}
21
22
// Token: 0x06004093 RID: 16531 RVA: 0x000021DB File Offset: 0x000003DB
23
private
void
RebuildList
()
24
{
25
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
26
}
27
28
// Token: 0x06004094 RID: 16532 RVA: 0x002437C8 File Offset: 0x002419C8
29
public
HairstyleUnlocksHelper
()
30
{
31
}
32
33
// Token: 0x04007E4B RID: 32331
34
public
List<int>
AvailableHairstyles
;
35
36
// Token: 0x04007E4C RID: 32332
37
private
bool
_defeatedMartians
;
38
39
// Token: 0x04007E4D RID: 32333
40
private
bool
_defeatedMoonlord
;
41
42
// Token: 0x04007E4E RID: 32334
43
private
bool
_defeatedPlantera
;
44
45
// Token: 0x04007E4F RID: 32335
46
private
bool
_isAtStylist
;
47
48
// Token: 0x04007E50 RID: 32336
49
private
bool
_isAtCharacterCreation
;
50
}
51
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Collections.Generic.List
Definition
List.cs:13
Terraria.GameContent.HairstyleUnlocksHelper._isAtStylist
bool _isAtStylist
Definition
HairstyleUnlocksHelper.cs:46
Terraria.GameContent.HairstyleUnlocksHelper.AvailableHairstyles
List< int > AvailableHairstyles
Definition
HairstyleUnlocksHelper.cs:34
Terraria.GameContent.HairstyleUnlocksHelper.ListWarrantsRemake
bool ListWarrantsRemake()
Definition
HairstyleUnlocksHelper.cs:17
Terraria.GameContent.HairstyleUnlocksHelper._isAtCharacterCreation
bool _isAtCharacterCreation
Definition
HairstyleUnlocksHelper.cs:49
Terraria.GameContent.HairstyleUnlocksHelper.RebuildList
void RebuildList()
Definition
HairstyleUnlocksHelper.cs:23
Terraria.GameContent.HairstyleUnlocksHelper._defeatedPlantera
bool _defeatedPlantera
Definition
HairstyleUnlocksHelper.cs:43
Terraria.GameContent.HairstyleUnlocksHelper._defeatedMoonlord
bool _defeatedMoonlord
Definition
HairstyleUnlocksHelper.cs:40
Terraria.GameContent.HairstyleUnlocksHelper.HairstyleUnlocksHelper
HairstyleUnlocksHelper()
Definition
HairstyleUnlocksHelper.cs:29
Terraria.GameContent.HairstyleUnlocksHelper._defeatedMartians
bool _defeatedMartians
Definition
HairstyleUnlocksHelper.cs:37
Terraria.GameContent.HairstyleUnlocksHelper.UpdateUnlocks
void UpdateUnlocks()
Definition
HairstyleUnlocksHelper.cs:11
Terraria.GameContent.HairstyleUnlocksHelper
Definition
HairstyleUnlocksHelper.cs:9
Terraria.Main.gameMenu
static bool gameMenu
Definition
Main.cs:2673
Terraria.Main
Definition
Main.cs:67
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System
Definition
__ComObject.cs:4
Terraria.GameContent
Definition
AchievementsHelper.cs:7
source
Terraria
GameContent
HairstyleUnlocksHelper.cs
Generated by
1.10.0