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_09_Bestiary.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x020002F8 RID: 760
6{
7 // Token: 0x060011A0 RID: 4512 RVA: 0x00056BD0 File Offset: 0x00054DD0
9 {
10 return TutorialStep.GuideOverLoadState.StepInProgessDialogue;
11 }
12
13 // Token: 0x060011A1 RID: 4513 RVA: 0x00056BE0 File Offset: 0x00054DE0
14 public override string GetGuideString()
15 {
16 string <Value>k__BackingField = Language.GetText("Tutorial.OpenBestiary").<Value>k__BackingField;
18 return Language.GetTextValue("TutorialTouch.OpenBestiary");
19 }
20
21 // Token: 0x060011A2 RID: 4514 RVA: 0x00056C40 File Offset: 0x00054E40
22 public override void Begin()
23 {
24 if (!true)
25 {
26 }
27 }
28
29 // Token: 0x060011A3 RID: 4515 RVA: 0x00056C50 File Offset: 0x00054E50
30 public override void Reset()
31 {
32 }
33
34 // Token: 0x060011A4 RID: 4516 RVA: 0x00056C60 File Offset: 0x00054E60
35 public override void OnGuideDialogueOpen()
36 {
37 }
38
39 // Token: 0x060011A5 RID: 4517 RVA: 0x00056C70 File Offset: 0x00054E70
40 public override bool Update()
41 {
43 return true;
44 }
45
46 // Token: 0x060011A6 RID: 4518 RVA: 0x00056C90 File Offset: 0x00054E90
48 {
49 }
50
51 // Token: 0x04002150 RID: 8528
52 private bool openedBestiary;
53}
class f__AnonymousType0<< Count > j__TPar
static LocalizedText GetText(string key)
Definition Language.cs:44
static string GetTextValue(string key)
Definition Language.cs:54
override TutorialStep.GuideOverLoadState GetGuideState()
static XNAUnityRunner.ForcedInputMode PrimaryInputMode