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

◆ StyleOver()

void GUIClothesWindow.StyleOver ( int index)
inline

Definition at line 430 of file GUIClothesWindow.cs.

431 {
432 int[] array = this.playerStyles;
434 if (array == null)
435 {
436 }
437 bool mouseLeft = Main.mouseLeft;
438 if (array == null)
439 {
440 }
441 bool mouseLeftRelease = Main.mouseLeftRelease;
442 if (array == null)
443 {
444 }
445 Main.mouseLeftRelease = false;
446 int myPlayer = Main.myPlayer;
447 int[] array2 = this.playerStyles;
448 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References System.array, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.Main.myPlayer, and playerStyles.