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
TutorialStep_02_CopperPickaxe.cs
Go to the documentation of this file.
1using System;
2using Terraria;
4
5// Token: 0x020002F1 RID: 753
7{
8 // Token: 0x06001170 RID: 4464 RVA: 0x00056078 File Offset: 0x00054278
10 {
11 return TutorialStep.GuideOverLoadState.StepCompleteDialogue;
12 }
13
14 // Token: 0x06001171 RID: 4465 RVA: 0x00056088 File Offset: 0x00054288
15 public override string GetGuideString()
16 {
17 string <Value>k__BackingField = Language.GetText("Tutorial.CopperAxe").<Value>k__BackingField;
19 return Language.GetTextValue("TutorialTouch.CopperAxe");
20 }
21
22 // Token: 0x06001172 RID: 4466 RVA: 0x0005611C File Offset: 0x0005431C
23 public override void Reset()
24 {
25 }
26
27 // Token: 0x06001173 RID: 4467 RVA: 0x0005612C File Offset: 0x0005432C
28 public override void OnGuideDialogueOpen()
29 {
30 bool flag = this.givenAxe;
31 if (flag)
32 {
33 return;
34 }
35 int num = 1;
36 this.givenAxe = num != 0;
37 if (!flag)
38 {
39 }
40 int myPlayer = Main.myPlayer;
41 }
42
43 // Token: 0x06001174 RID: 4468 RVA: 0x00056170 File Offset: 0x00054370
44 public override bool Update()
45 {
46 for (;;)
47 {
48 if (!true)
49 {
50 }
51 int myPlayer = Main.myPlayer;
52 if (this.givenAxe)
53 {
54 return;
55 }
56 }
57 }
58
59 // Token: 0x06001175 RID: 4469 RVA: 0x00056194 File Offset: 0x00054394
63
64 // Token: 0x04002133 RID: 8499
65 private bool givenAxe;
66}
class f__AnonymousType0<< Count > j__TPar
static LocalizedText GetText(string key)
Definition Language.cs:44
static string GetTextValue(string key)
Definition Language.cs:54
static int myPlayer
Definition Main.cs:2337
override TutorialStep.GuideOverLoadState GetGuideState()
static XNAUnityRunner.ForcedInputMode PrimaryInputMode