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 | |
GUIChestSplitStack () | |
bool | IsOver (Vector2 cursorPosition) |
void | RightClickSplit () |
bool | WasSplit () |
bool | IsOpen () |
void | Open () |
void | Close () |
void | Draw () |
Public Attributes | |
GUIInputRegionExclusive | PickingInterceptor |
GUITransactionButton.InputState | splitButtonState = GUITransactionButton.InputState.None |
Private Member Functions | |
void | RefreshItemToSplit (bool SliderConsoleRightDirection=false) |
Private Attributes | |
int | SelectedItemInitial |
bool | open |
float | splitSlider = (float)16128 |
GUISlider.DragState | dragState |
Item | ItemToSplit |
Item | SplitItem |
float | splitScale |
float | itemScale |
float | mainScale |
DateTime | lastSplitTime |
Vector2 | lastSplitPosition |
Definition at line 9 of file GUIChestSplitStack.cs.