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 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 |
Properties | |
Item | SelectedItem [get, set] |
bool | HasFocus [get, set] |
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 |
bool | _pendingPurchase |
int | _pendingCost |
int | multibuyDelay |
Definition at line 16 of file GUIShop.cs.