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 | |
GUIRubbleMaker () | |
void | PlayerMenuDisplayToggle () |
void | MaterialItemDraw (ItemGrid_Layout gridLayout, int i, Vector2 position, float scale) |
void | RubbleItemDraw (ItemGrid_Layout gridLayout, int i, Vector2 position, float scale) |
void | SetupPreview (int type, int style, int dir) |
void | DrawPreview (SpriteBatch sb, TileObjectPreviewData op, Vector2 position) |
void | RefreshOptions () |
void | DrawOverlay () |
void | CloseMaterials () |
void | Close () |
bool | IsOver (Vector2 cursorPosition) |
Rectangle | CalculateMaterialRegion () |
bool | IsOverMaterial (Vector2 cursorPosition) |
Rectangle | CalculateRegion () |
Properties | |
static bool | DrawRubbleModeUI [get] |
int | RubbleCount [get] |
int | MaterialCount [get] |
Private Member Functions | |
Vector2 | ClampPositionToScreen (Vector2 position, VirtualControlsHardwareConfigurationMapping_Layout slotConfig) |
float | MaterialItemScale (int index) |
float | RubbleItemScale (int index) |
void | MaterialItemOver (int i) |
void | RubbleItemOver (int i) |
bool | CanInteract () |
bool | IsOverInventoryOpenButton (Vector2 position) |
Private Attributes | |
int | hoverItem = 1 |
bool | wasOverMaterialItem |
int | cursorOverMaterial |
bool | wasOverRubbleItem |
int | cursorOverRubble |
float[] | ButtonScales |
float | TimeSinceChange |
Item | emptyItem |
float | ToggleButtonScale |
float | materialScrollMomentum |
int | materialScrollDragging |
Vector2 | materialDragOffset |
float | rubbleScrollMomentum |
int | rubbleScrollDragging |
Vector2 | rubbleDragOffset |
List< FlexibleTileWand.OptionBucket > | MaterialOptions |
Vector2 | rubbleScaleOffset |
float | rubbleScale |
Item | EmptyItem |
bool | wasExcluded |
Definition at line 15 of file GUIRubbleMaker.cs.