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

◆ Log() [1/3]

static void Terraria.ModLoader.ModNet.Log ( int whoAmI,
string s )
inlinestatic

Definition at line 650 of file ModNet.cs.

651 {
652 Log(Identifier(whoAmI) + s);
653 }
static void Log(int whoAmI, string s)
Definition ModNet.cs:650
static string Identifier(int whoAmI)
Definition ModNet.cs:618

References Terraria.ModLoader.ModNet.Identifier(), and Terraria.ModLoader.ModNet.Log().

Referenced by Terraria.Net.Sockets.SocialSocket.Close(), Terraria.Net.Sockets.TcpSocket.Close(), Terraria.ModLoader.ModNet.Log(), Terraria.ModLoader.ModNet.Log(), and Terraria.RemoteClient.SetPendingTermination().

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