TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ ReceiveCustomBiomes()

static void Terraria.ModLoader.BiomeLoader.ReceiveCustomBiomes ( Player player,
BinaryReader reader )
inlinestatic

Definition at line 57 of file BiomeLoader.cs.

58 {
59 player.modBiomeFlags = Utils.ReceiveBitArray(player.modBiomeFlags.Length, reader);
60 }

References Terraria.Player.modBiomeFlags, and Terraria.Utils.ReceiveBitArray().

Referenced by Terraria.MessageBuffer.GetData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: