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

◆ SendCustomBiomes()

static void Terraria.ModLoader.BiomeLoader.SendCustomBiomes ( Player player,
BinaryWriter writer )
inlinestatic

Definition at line 52 of file BiomeLoader.cs.

53 {
54 Utils.SendBitArray(player.modBiomeFlags, writer);
55 }

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

Referenced by Terraria.NetMessage.SendData().

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