|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for TutorialStep_03_CraftWorkbench:
Collaboration diagram for TutorialStep_03_CraftWorkbench:Public Types | |
| enum | GuideOverLoadState { None , StepInProgessDialogue , StepCompleteDialogue } |
Public Member Functions | |
| override TutorialStep.GuideOverLoadState | GetGuideState () |
| override string | GetGuideString () |
| override void | Reset () |
| override void | OnGuideDialogueOpen () |
| override void | OnItemPlaced (int itemId, int tileType) |
| override bool | Update () |
| TutorialStep_03_CraftWorkbench () | |
| virtual void | Begin () |
Protected Member Functions | |
| void | SetTime (int hour, int min, bool freeze) |
| void | SetSpawnRate (float spawnRate) |
| void | GiveItem (short item, int stackCount) |
Private Attributes | |
| bool | got10Wood |
| bool | craftedWorkbench |
| bool | placedWorkbench |
Definition at line 9 of file TutorialStep_03_CraftWorkbench.cs.