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

◆ Activate()

override void GUIControllerInventory.Activate ( )
inlinevirtual

Reimplemented from GUIPageContentController.

Reimplemented in GUIControllerInventory4Page.

Definition at line 16 of file GUIControllerInventory.cs.

17 {
18 int myPlayer = Main.myPlayer;
19 }
static int myPlayer
Definition Main.cs:2337

References Terraria.Main.myPlayer.