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

◆ ReceiveExtraAI()

virtual void Terraria.ModLoader.GlobalNPC.ReceiveExtraAI ( NPC npc,
BitReader bitReader,
BinaryReader binaryReader )
inlinevirtualinherited

Use this to receive information that was sent in M:Terraria.ModLoader.GlobalNPC.SendExtraAI(Terraria.NPC,Terraria.ModLoader.IO.BitWriter,System.IO.BinaryWriter).
Called whenever F:Terraria.ID.MessageID.SyncNPC is successfully received.
Can be called on multiplayer clients.

Parameters
npcThe NPC.
bitReaderThe compressible bit reader.
binaryReaderThe reader.

Definition at line 160 of file GlobalNPC.cs.

161 {
162 }

Referenced by Terraria.ModLoader.NPCLoader.ReceiveExtraAI().

+ Here is the caller graph for this function: