terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DrawChestSplitStack()

void GUIPageOptions.DrawChestSplitStack ( )
inline

Definition at line 406 of file GUIPageOptions.cs.

407 {
408 this.LoadRightItemRegion();
410 if (splitChestKeyPressed)
411 {
413 {
414 }
415 bool mouseLeft = Main.mouseLeft;
417 {
418 }
419 bool mouseLeftRelease = Main.mouseLeftRelease;
420 if (this.SplitChestKeyPressed)
421 {
422 return;
423 }
424 }
425 }
class f__AnonymousType0<< Count > j__TPar
void LoadRightItemRegion()
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References j__TPar, LoadRightItemRegion(), Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, and SplitChestKeyPressed.