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

◆ SendExtraAI()

static void Terraria.ModLoader.NPCLoader.SendExtraAI ( BinaryWriter writer,
byte[] extraAI )
inlinestatic

Definition at line 586 of file NPCLoader.cs.

587 {
588 writer.Write7BitEncodedInt(extraAI.Length);
589 if (extraAI.Length != 0)
590 {
591 writer.Write(extraAI);
592 }
593 }

Referenced by Terraria.NetMessage.SendData().

+ Here is the caller graph for this function: