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

◆ soundVolume

float Terraria.Main.soundVolume
staticgetset

Definition at line 1860 of file Main.cs.

1861 {
1862 get
1863 {
1864 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
1865 }
1866 set
1867 {
1868 }
1869 }

Referenced by Terraria.Audio.LegacySoundPlayer.PlaySound(), and Terraria.Main.SaveSettings().