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 { PageGeneral , PageExplore , PageFight , PageMisc , PageInventory , PageChest , PageEquipment , PageShopsCraft , PagePVP , PageMap , Element , Reset , Back } |
Public Member Functions | |
void | Activate () |
int | GetNavigationOutDirs () |
GUIControllerItem | Navigate (Vector2 navigationVector) |
void | ActivateOverlay (GUIControllerMappingEntry overlayEntry, Rectangle overlayRegion) |
void | ActivateOverlay (GUIControllerPulldownEntry overlayEntry, Rectangle overlayRegion, int selectedOption, float offset) |
void | DeactivateOverlay () |
Rectangle | GetSelectedItemRegion () |
GUIControllerMappingOverlay () | |
Public Attributes | |
GUIControllerMappingEntryBase | _overlayEntry |
Rectangle | _overlayRegion |
int | _overlayIndex |
float | _overlayOffset |
GUIControllerMappingOverlay.Controls | selectedControl |
int | _selectedItem |
Private Member Functions | |
void | UpdateScroll () |
Definition at line 8 of file GUIControllerMappingOverlay.cs.