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

◆ HijackGetData()

static bool Terraria.ModLoader.ModNet.HijackGetData ( ref byte messageType,
ref BinaryReader reader,
int playerNumber )
inlinestaticpackage

Definition at line 604 of file ModNet.cs.

605 {
606 if (netMods == null)
607 {
608 return false;
609 }
610 return SystemLoader.HijackGetData(ref messageType, ref reader, playerNumber);
611 }
static Mod[] netMods
Definition ModNet.cs:81

References Terraria.ModLoader.SystemLoader.HijackGetData(), and Terraria.ModLoader.ModNet.netMods.

Referenced by Terraria.MessageBuffer.GetData().

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