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

◆ HairOver()

void GUIHairWindow.HairOver ( int index)
inline

Definition at line 291 of file GUIHairWindow.cs.

292 {
293 int num = 1;
295 if (num == 0)
296 {
297 }
298 bool mouseLeft = Main.mouseLeft;
299 if (num == 0)
300 {
301 }
302 bool mouseLeftRelease = Main.mouseLeftRelease;
303 int offset = this.Offset;
305 if (offset == 0)
306 {
307 }
308 int myPlayer = Main.myPlayer;
309 int offset2 = this.Offset;
310 }
class f__AnonymousType0<< Count > j__TPar
float ActionButtonScale
static int myPlayer
Definition Main.cs:2337
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References ActionButtonScale, System.index, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.Main.myPlayer, Offset, and System.offset.