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 | |
GUIAmmo () | |
Rectangle | GetRegion () |
float | ItemScale (int index) |
void | ItemOver (int index) |
void | ItemDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
void | Draw () |
Public Attributes | |
GUIItemGrid.GetItemScaleHandler | ItemScaleDelegate |
Private Member Functions | |
bool | CanBeStored (Item checkItem) |
Private Attributes | |
int | itemOver |
int | cursorOver |
int | itemDragStart |
int | lastItemClicked |
float | doubleClickTimer |
bool | rightClickHeld |
GUIItemGrid.CursorOver | ItemOverDelegate |
GUIItemGrid.DrawItemHandler | itemDrawDelegate |
Definition at line 14 of file GUIAmmo.cs.