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
|
Public Types | |
enum | Controls { Time , Weather , Power , Element , Back } |
Public Member Functions | |
void | SelectedSetting (int index) |
void | Activate () |
int | GetNavigationOutDirs () |
GUIControllerItem | Navigate (Vector2 navigationVector) |
void | ActivateOverlay (GUIPulldownSetting overlayEntry, Rectangle overlayRegion, int selectedOption, float offset) |
void | DeactivateOverlay () |
bool | OverlayActive () |
Rectangle | GetSelectedItemRegion () |
GUIControllerJourneyModeSettings () | |
Public Attributes | |
GUIPulldownSetting | _overlayEntry |
Rectangle | _overlayRegion |
int | _overlayIndex |
float | _overlayOffset |
GUIControllerJourneyModeSettings.Controls | selectedControl |
Private Member Functions | |
void | UpdateScroll () |
Private Attributes | |
int | _selectedItem |
Definition at line 8 of file GUIControllerJourneyModeSettings.cs.