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 | GetCollectionCount |
class | GetGrid |
class | GetItemScale |
Public Attributes | |
int | itemRow |
int | itemColumn |
int | menuRow |
Protected Member Functions | |
void | ClampPosition () |
Properties | |
ItemGrid_Layout | GridLayout [get] |
float | itemScale [get] |
int | MenuItemCount [get] |
int | DisplayItemCount [get] |
int | MenuColumn [get] |
bool | LeftSideController [get] |
bool | HasMenu [get] |
bool | InMenu [get] |
Private Member Functions | |
void | ClampMenu (bool preferUp=true) |
GUIControllerItem | NavigateMenuOutOfGrid () |
GUIControllerItem | NavigateUpOutOfGrid () |
GUIControllerItem | NavigateDownOutOfGrid () |
GUIControllerItem | NavigateInnerOutOfGrid () |
GUIControllerItem | NavigateHorizontal (Vector2 navigationVector) |
Definition at line 6 of file GUIControllerStaticGridNavigator.cs.