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 Member Functions | |
int | GetNavigationOutDirs () |
GUIContollerTransactionButtonList (bool vertical, bool wrapAround, TransactionButton_Layout[] items, GUIContollerTransactionButtonList.SetupRegions regionSetup=null) | |
void | Activate () |
void | SelectOption (int option) |
Rectangle | GetSelectedItemRegion () |
GUIControllerItem | Navigate (Vector2 navigationAxis) |
delegate void | SetupRegions (bool setup) |
Private Attributes | |
bool | _vertical |
bool | _wrapAround |
int | _selectedItem |
TransactionButton_Layout[] | _items |
GUIContollerTransactionButtonList.SetupRegions | _regionSetup |
Definition at line 7 of file GUIContollerTransactionButtonList.cs.