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