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

◆ RandBonePicture()

static PaintingEntry Terraria.WorldGen.RandBonePicture ( )
inlinestatic

Definition at line 6716 of file WorldGen.cs.

6717 {
6718 if (!true)
6719 {
6720 }
6721 if (WorldGen.genRand.Next(2) != 0)
6722 {
6723 return 241;
6724 }
6725 if (!true)
6726 {
6727 }
6728 if (WorldGen.genRand.Next(2) != 0)
6729 {
6730 return 240;
6731 }
6732 return 240;
6733 }

References Terraria.WorldGen.genRand, and Terraria.Utilities.UnifiedRandom.Next().