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

◆ OnWegameMessage()

void Terraria.Social.WeGame.NetClientSocialModule.OnWegameMessage ( IPCMessage message)
inlineprivate

Definition at line 48 of file NetClientSocialModule.cs.

49 {
50 if (message.GetCmd() == IPCMessageType.IPCMessageTypeReportServerID)
51 {
52 message.Parse<ReportServerID>(out var value);
54 }
55 }
void OnReportServerID(ReportServerID reportServerID)

References Terraria.Social.WeGame.IPCMessage.GetCmd(), Terraria.Social.WeGame.NetClientSocialModule.OnReportServerID(), and System.value.

Referenced by Terraria.Social.WeGame.NetClientSocialModule.LazyCreateWeGameMsgServer().