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 | Reset () |
void | DrawCraftButton () |
void | ResetFilters () |
void | LoadPageRegion () |
void | Draw () |
float | CraftItemScale (int index) |
void | CraftItemOver (int index) |
void | CraftItemDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
GUIItemDuplication () | |
Public Attributes | |
int | FocusItem |
GUIItemFilter | Filter |
List< int > | FilteredItems |
float | craftScrollOffset |
float | hoverCraftDelay |
GUITransactionButton.InputState | lastState |
Properties | |
bool | HasFocus [get, set] |
bool | Collapsed [get, set] |
Private Member Functions | |
void | UpdateFilter (bool force=false) |
int | CompareItemOrder (int x, int y) |
Private Attributes | |
float | CraftButtonScale |
int | Offset |
int | LastId |
GUIItemFilter.CategoryFilter | LastCategory |
string | LastSearch |
bool | rightClickHeld |
List< int > | AvailableItems |
float | craftScrollMomentum |
int | craftScrollDragging |
Microsoft.Xna.Framework.Vector2 | craftDragOffset |
bool | pendingCraft |
bool | wasOverItem |
int | multiCraftDelay |
int | slowRampUp |
int | multiCraftRecipe |
int | HoverDuplicateEntry |
int | cursorOver |
bool | lastRightDown |
Item | blankItem |
string | materialHoverItemName |
Item | materialToolTip |
Definition at line 18 of file GUIItemDuplication.cs.