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_04_CraftDoorAndChair.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x020002F3 RID: 755
6{
7 // Token: 0x0600117D RID: 4477 RVA: 0x000563B8 File Offset: 0x000545B8
9 {
10 return TutorialStep.GuideOverLoadState.StepInProgessDialogue;
11 }
12
13 // Token: 0x0600117E RID: 4478 RVA: 0x000563C8 File Offset: 0x000545C8
14 public override string GetGuideString()
15 {
16 string <Value>k__BackingField = Language.GetText("Tutorial.CraftChairDoor").<Value>k__BackingField;
18 return Language.GetTextValue("TutorialTouch.CraftChairDoor");
19 }
20
21 // Token: 0x0600117F RID: 4479 RVA: 0x00056410 File Offset: 0x00054610
22 public override void Reset()
23 {
24 }
25
26 // Token: 0x06001180 RID: 4480 RVA: 0x00056420 File Offset: 0x00054620
27 public override void OnGuideDialogueOpen()
28 {
29 long num = 0L;
30 base.SetTime(12, (int)num, true);
31 }
32
33 // Token: 0x06001181 RID: 4481 RVA: 0x0005643C File Offset: 0x0005463C
34 public override void OnItemPlaced(int itemId, int tileId)
35 {
36 int num = 1;
37 this.chairPlaced = num != 0;
38 }
39
40 // Token: 0x06001182 RID: 4482 RVA: 0x00056468 File Offset: 0x00054668
41 public override bool Update()
42 {
43 if (this.doorPlaced && this.chairPlaced)
44 {
45 bool flag = this.tablePlaced;
46 return;
47 }
48 }
49
50 // Token: 0x06001183 RID: 4483 RVA: 0x00056490 File Offset: 0x00054690
54
55 // Token: 0x04002137 RID: 8503
56 private bool doorPlaced;
57
58 // Token: 0x04002138 RID: 8504
59 private bool chairPlaced;
60
61 // Token: 0x04002139 RID: 8505
62 private bool tablePlaced;
63
64 // Token: 0x0400213A RID: 8506
65 private bool complete;
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
override void OnItemPlaced(int itemId, int tileId)
override TutorialStep.GuideOverLoadState GetGuideState()
static XNAUnityRunner.ForcedInputMode PrimaryInputMode