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

◆ DrawInterface()

void Terraria.Main.DrawInterface ( GameTime gameTime)
inlineprotected

Definition at line 12425 of file Main.cs.

12426 {
12427 if (!true)
12428 {
12429 }
12430 int type = Main.mouseItem.type;
12431 if (type == 0)
12432 {
12433 }
12434 if (type == 0)
12435 {
12436 }
12438 if (needToSetupDrawInterfaceLayers)
12439 {
12441 }
12442 if (!needToSetupDrawInterfaceLayers)
12443 {
12444 }
12447 if (!needToSetupDrawInterfaceLayers)
12448 {
12449 }
12451 }
class f__AnonymousType0<< Count > j__TPar
bool _needToSetupDrawInterfaceLayers
Definition Main.cs:21208
List< GameInterfaceLayer > _gameInterfaceLayers
Definition Main.cs:21211
void SetupDrawInterfaceLayers()
Definition Main.cs:12416

References Terraria.Main._gameInterfaceLayers, Terraria.Main._needToSetupDrawInterfaceLayers, j__TPar, Terraria.Main.mouseItem, Terraria.Main.SetupDrawInterfaceLayers(), Terraria.GameInput.PlayerInput.SetZoom_UI(), Terraria.GameInput.PlayerInput.SetZoom_World(), and Terraria.Item.type.