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 | |
void | LoadPageRegion () |
void | DrawPurchaseButton () |
void | Draw () |
float | ItemScale (int index) |
void | PurchasePendingItems () |
void | CancelPendingItems () |
void | ItemOver (int index) |
void | ItemDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
GUIShop () | |
Public Attributes | |
float | hoverCraftDelay |
GUITransactionButton.InputState | lastState = GUITransactionButton.InputState.None |
Properties | |
Item | SelectedItem [get] |
bool | HasFocus [get] |
Private Member Functions | |
void | PurchasePressedAndHeld (bool delayedPurchase=false) |
void | DrawSlots (SpriteBatch spriteBatch) |
Private Attributes | |
int | cursorOver |
int | itemOver |
int | itemDragStart |
DateTime | itemPurchaseDelayStart |
int | _selectedItem |
float | buyButtonScale = (float)16256 |
bool | _pendingPurchase |
int | _pendingCost |
int | multibuyDelay |
Definition at line 10 of file GUIShop.cs.