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_10_Settings.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x020002F9 RID: 761
6{
7 // Token: 0x060011A7 RID: 4519 RVA: 0x00056CA4 File Offset: 0x00054EA4
9 {
10 return TutorialStep.GuideOverLoadState.StepInProgessDialogue;
11 }
12
13 // Token: 0x060011A8 RID: 4520 RVA: 0x00056CB4 File Offset: 0x00054EB4
14 public override string GetGuideString()
15 {
16 string <Value>k__BackingField = Language.GetText("Tutorial.OpenSettings").<Value>k__BackingField;
18 return Language.GetTextValue("TutorialTouch.OpenSettings");
19 }
20
21 // Token: 0x060011A9 RID: 4521 RVA: 0x00056CFC File Offset: 0x00054EFC
22 public override void Reset()
23 {
24 }
25
26 // Token: 0x060011AA RID: 4522 RVA: 0x00056D0C File Offset: 0x00054F0C
27 public override void OnItemPlaced(int itemId, int tileId)
28 {
29 }
30
31 // Token: 0x060011AB RID: 4523 RVA: 0x00056D1C File Offset: 0x00054F1C
32 public override void OnGuideDialogueOpen()
33 {
34 this.complete = true;
35 }
36
37 // Token: 0x060011AC RID: 4524 RVA: 0x00056D30 File Offset: 0x00054F30
38 public override bool Update()
39 {
40 return this.complete;
41 }
42
43 // Token: 0x060011AD RID: 4525 RVA: 0x00056D44 File Offset: 0x00054F44
45 {
46 }
47
48 // Token: 0x04002151 RID: 8529
49 private bool complete;
50}
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 void OnItemPlaced(int itemId, int tileId)
override TutorialStep.GuideOverLoadState GetGuideState()
static XNAUnityRunner.ForcedInputMode PrimaryInputMode