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

◆ TryOpeningFullscreenMap()

void Terraria.Player.TryOpeningFullscreenMap ( )
inline

Definition at line 8331 of file Player.cs.

8332 {
8333 int num = 1;
8334 if (num == 0)
8335 {
8336 }
8337 bool mapEnabled = Main.mapEnabled;
8338 if (num == 0)
8339 {
8340 }
8341 Main.playerInventory = false;
8342 int myPlayer = Main.myPlayer;
8344 Main.mapFullscreen = true;
8345 Main.resetMapFull = true;
8346 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.mapEnabled, and Terraria.Main.myPlayer.