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

◆ NextItem()

void GUIHotbar.NextItem ( )
inline

Definition at line 253 of file GUIHotbar.cs.

254 {
255 int num = 1;
256 if (num == 0)
257 {
258 }
259 int myPlayer = Main.myPlayer;
260 if (num == 0)
261 {
262 int myPlayer2 = Main.myPlayer;
263 return;
264 }
265 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References j__TPar, and Terraria.Main.myPlayer.

Referenced by UpdateHotbarNavigation().