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

◆ UpdateAudio_DecideOnTOWMusic()

void Terraria.Main.UpdateAudio_DecideOnTOWMusic ( )
inlineprivate

Definition at line 7250 of file Main.cs.

7251 {
7252 int num = 1;
7253 if (num == 0)
7254 {
7255 }
7256 if (num != 0)
7257 {
7259 int screenWidth = Main.screenWidth;
7260 float musicVolume = Main.musicVolume;
7261 return;
7262 }
7263 if (num == 0)
7264 {
7265 }
7268 int screenWidth2 = Main.screenWidth;
7269 int screenHeight = Main.screenHeight;
7270 if (num == 0)
7271 {
7272 }
7273 if (num != 0)
7274 {
7275 if (num == 0)
7276 {
7277 }
7278 return;
7279 }
7280 }
class f__AnonymousType0<< Count > j__TPar
static Microsoft.Xna.Framework.Vector2 screenPosition
Definition Main.cs:1973
static int screenHeight
Definition Main.cs:2015
static int screenWidth
Definition Main.cs:2001
static float musicVolume
Definition Main.cs:1833

References j__TPar, Terraria.Main.musicVolume, Terraria.Main.screenHeight, Terraria.Main.screenPosition, and Terraria.Main.screenWidth.