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

◆ PreviousItem()

void GUIHotbar.PreviousItem ( )
inline

Definition at line 273 of file GUIHotbar.cs.

274 {
275 int num = 1;
276 if (num == 0)
277 {
278 }
279 int myPlayer = Main.myPlayer;
280 if (num == 0)
281 {
282 int myPlayer2 = Main.myPlayer;
283 return;
284 }
285 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References j__TPar, and Terraria.Main.myPlayer.

Referenced by UpdateHotbarScroll().