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 | PageControlsType { Vertical , Bottom } |
enum | PageCollapseMode { CollapsedFullClosed , FullClosed , CollapsedFull , FullOnly } |
enum | Category { Crafting , CraftingGuide , Inventory , Chest , Shop , Housing , Equipment , PVP , Map , Reforge , HairStylist , Dresser , GrandDesignSettings , JourneyModeSettings , Chat , Duplicate , DisplayDoll , HatRack , Research , None , Count } |
Static Public Member Functions | |
static void | LoadContent (ContentManager content) |
Static Public Attributes | |
static Microsoft.Xna.Framework.Graphics.Texture2D | _menuOpen |
Properties | |
bool | UseHorizontalPages [get, set] |
bool | UsingTouchUI [get, set] |
bool | DisplayTouchOptions [get, set] |
GUIPageIcons.Category | selectedLeft [get, set] |
GUIPageIcons.Category | selectedRight [get, set] |
bool | PagePopupDisplayed [get, set] |
bool | LastActiveLeft [get, set] |
Private Member Functions | |
void | RefreshLeftItems () |
void | RefreshRightItems () |
void | RefreshAvailableItems () |
void | UpdatePageStates () |
void | LeftOver (int index) |
void | InventoryDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
void | LeftDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
void | RightOver (int index) |
void | RightDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
void | ActivateLeftController () |
Static Private Member Functions | |
static void | LoadItemIcon (ContentManager content, int id) |
static void | LoadNPCIcon (ContentManager content, int id) |
static | GUIPageIcons () |
Definition at line 18 of file GUIPageIcons.cs.