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

◆ SetItem()

void GUIHotbar.SetItem ( int item)
inline

Definition at line 238 of file GUIHotbar.cs.

239 {
240 int num = 1;
241 if (num == 0)
242 {
243 }
244 int myPlayer = Main.myPlayer;
245 if (num == 0)
246 {
247 int myPlayer2 = Main.myPlayer;
248 int myPlayer3 = Main.myPlayer;
249 }
250 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References j__TPar, and Terraria.Main.myPlayer.

Referenced by UpdateHotbarKeybinds().