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

◆ EmoteOver()

void GUIEmotesWindow.EmoteOver ( int index)
inline

Definition at line 200 of file GUIEmotesWindow.cs.

201 {
202 int num = 1;
204 if (num == 0)
205 {
206 }
207 bool mouseLeft = Main.mouseLeft;
208 if (num == 0)
209 {
210 }
211 bool mouseLeftRelease = Main.mouseLeftRelease;
212 }
class f__AnonymousType0<< Count > j__TPar
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References System.index, j__TPar, Terraria.Main.mouseLeft, and Terraria.Main.mouseLeftRelease.