terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
GUIChest () | |
void | LoadPageRegion () |
Item | GetSelectedItem () |
void | EquipChestItem () |
void | UpdateSelectedItem () |
void | RefreshLangStrings () |
void | Draw () |
string | GetName () |
string | GetTitle () |
float | ItemScale (int index) |
void | ItemOver (int index) |
void | ItemDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
Public Attributes | |
float | scrollOffset |
int | itemSelected |
string[] | options |
bool | menuOpen |
Properties | |
bool | collapsed [get] |
bool | HasFocus [get] |
Private Member Functions | |
void | DrawName (SpriteBatch spritebatch) |
void | DrawButtons (SpriteBatch spritebatch) |
void | DrawSlots (SpriteBatch spriteBatch) |
Private Attributes | |
float | scrollMomentum |
int | scrollDragging |
Microsoft.Xna.Framework.Vector2 | dragOffset |
int | itemOver |
int | itemDragStart |
int | cursorOver |
int | lastLang |
int | lastItemClicked = 1 |
float | doubleClickTimer |
bool | rightClickHeld |
float | LootButtonScale = (float)16256 |
bool | canLoot |
bool | canLootAll |
bool | canDepositAll |
float | menuButtonScale = (float)16256 |
float[] | buttonScale |
Rectangle | menuRegion |
Item[] | dummySlots |
GUIItemGrid.GetItemScaleHandler | itemScaleHandler |
GUIItemGrid.CursorOver | itemOverHandler |
GUIItemGrid.DrawItemHandler | itemDrawHandler |
Definition at line 11 of file GUIChest.cs.