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_11_Complete.cs
Go to the documentation of this file.
1using System;
2using Terraria;
4
5// Token: 0x020002FA RID: 762
7{
8 // Token: 0x060011AE RID: 4526 RVA: 0x00056D58 File Offset: 0x00054F58
10 {
11 return TutorialStep.GuideOverLoadState.StepInProgessDialogue;
12 }
13
14 // Token: 0x060011AF RID: 4527 RVA: 0x00056D68 File Offset: 0x00054F68
15 public override string GetGuideString()
16 {
17 string <Value>k__BackingField = Language.GetText("Tutorial.Complete").<Value>k__BackingField;
19 return Language.GetTextValue("TutorialTouch.Complete");
20 }
21
22 // Token: 0x060011B0 RID: 4528 RVA: 0x00056DAC File Offset: 0x00054FAC
23 public override void Reset()
24 {
25 }
26
27 // Token: 0x060011B1 RID: 4529 RVA: 0x00056DBC File Offset: 0x00054FBC
28 public override void OnItemPlaced(int itemId, int tileId)
29 {
30 }
31
32 // Token: 0x060011B2 RID: 4530 RVA: 0x00056DCC File Offset: 0x00054FCC
33 public override void OnGuideDialogueOpen()
34 {
35 int num = 1;
36 this.complete = num != 0;
37 if (num == 0)
38 {
39 }
40 int myPlayer = Main.myPlayer;
41 }
42
43 // Token: 0x060011B3 RID: 4531 RVA: 0x00056DF0 File Offset: 0x00054FF0
44 public override bool Update()
45 {
46 return this.complete;
47 }
48
49 // Token: 0x060011B4 RID: 4532 RVA: 0x00056E04 File Offset: 0x00055004
51 {
52 }
53
54 // Token: 0x04002152 RID: 8530
55 private bool complete;
56}
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 void OnItemPlaced(int itemId, int tileId)
override TutorialStep.GuideOverLoadState GetGuideState()
static XNAUnityRunner.ForcedInputMode PrimaryInputMode