|
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 GUIControllerBestiary:
Collaboration diagram for GUIControllerBestiary:Public Member Functions | |
| int | GetNavigationOutDirs () |
| void | Activate () |
| int | GetSelectedIndex () |
| void | ActivateFilters () |
| void | DeactivateFilters () |
| void | ActivateOrders (int maxOrders, int selectedOrder) |
| void | DeactivateOrders () |
| void | ActivateDrops (int maxDrops) |
| void | DeactivateDrops () |
| void | SelectEntry (int index) |
| void | SelectNPCEntry (int index) |
| void | SelectFilterEntry (int index) |
| void | SelectDropEntry (int index) |
| GUIControllerItem | Navigate (Vector2 navigationVector) |
| Rectangle | GetSelectedItemRegion () |
| GUIControllerBestiary () | |
Properties | |
| int | maxRowIndex [get, set] |
| int | maxRowColumn [get, set] |
Private Member Functions | |
| void | UpdateScroll () |
| void | ClampGrid () |
Private Attributes | |
| int | SelectedRow |
| int | SelectedColumn |
| int | SelectedIndex |
| int | filterSelectedColumn |
| int | filterSelectedRow |
| bool | onFilterSearchItem |
| bool | filtersActive |
| bool | ordersActive |
| bool | dropsActive |
| int | maxItemIndex |
Definition at line 8 of file GUIControllerBestiary.cs.