|
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 GUIWorldCreateController:
Collaboration diagram for GUIWorldCreateController:Public Member Functions | |
| void | Activate () |
| int | GetNavigationOutDirs () |
| GUIControllerItem | Navigate (Vector2 navigationVector) |
| void | ActivateName () |
| void | DeactivateName () |
| void | ActivateSeed () |
| void | DeactivateSeed () |
| void | ActivateDifficultyOptions (int selectedOption, int wrapAround) |
| void | DeactivateDifficultyOptions () |
| void | ActivateWorldOptions (int selectedOption) |
| void | DeactivateWorldOptions () |
| void | ActivateEvilTypeOptions (int selectedOption, int wrapAround) |
| void | DeactivateEvilTypeOptions () |
| Rectangle | GetSelectedItemRegion () |
| GUIWorldCreateController () | |
Public Attributes | |
| int | selectedItem |
Private Attributes | |
| bool | nameActive |
| bool | seedActive |
| bool | worldActive |
| int | worldIndex |
| bool | difficultyActive |
| int | difficultyIndex |
| int | difficultyWrapAround |
| bool | evilTypeActive |
| int | evilTypeIndex |
| int | evilTypeWrapAround |
Definition at line 7 of file GUIWorldCreateController.cs.