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

◆ ActivateLeftController()

void GUIPageIcons.ActivateLeftController ( )
inlineprivate

Definition at line 574 of file GUIPageIcons.cs.

575 {
576 if (this._selectedLeft == GUIPageIcons.Category.Crafting)
577 {
578 }
579 int myPlayer = Main.myPlayer;
580 }
GUIPageIcons.Category _selectedLeft
static int myPlayer
Definition Main.cs:2337

References _selectedLeft, and Terraria.Main.myPlayer.