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

◆ DrawMap()

void GUIMap.DrawMap ( )
inline

Definition at line 282 of file GUIMap.cs.

283 {
284 if ("" == null)
285 {
286 }
287 bool mapEnabled = Main.mapEnabled;
288 if ("" == null)
289 {
290 }
291 bool mapReady = Main.mapReady;
292 if ("" == null)
293 {
294 }
295 bool mapFullscreen = Main.mapFullscreen;
297 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerFullScreenMap _controller
Definition GUIMap.cs:472
static bool mapEnabled
Definition Main.cs:1231
static bool mapReady
Definition Main.cs:1091
static bool mapFullscreen
Definition Main.cs:1441

References _controller, j__TPar, Terraria.Main.mapEnabled, Terraria.Main.mapFullscreen, and Terraria.Main.mapReady.