terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | SetupRegions |
Public Member Functions | |
int | GetNavigationOutDirs () |
GUIContollerTransactionButtonList (bool vertical, bool wrapAround, TransactionButton_Layout[] items, [Optional] GUIContollerTransactionButtonList.SetupRegions regionSetup) | |
void | Activate () |
void | SelectOption (int option) |
Rectangle | GetSelectedItemRegion () |
GUIControllerItem | Navigate (Vector2 navigationAxis) |
Private Attributes | |
bool | _vertical |
bool | _wrapAround |
int | _selectedItem |
TransactionButton_Layout[] | _items |
GUIContollerTransactionButtonList.SetupRegions | _regionSetup |
Definition at line 7 of file GUIContollerTransactionButtonList.cs.