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

◆ OnRailCreateSessionFailed()

void Terraria.Social.WeGame.NetClientSocialModule.OnRailCreateSessionFailed ( CreateSessionFailed result)
inlineprivate

Definition at line 635 of file NetClientSocialModule.cs.

636 {
637 WeGameHelper.WriteDebugString("OnRailCreateSessionFailed, CloseRemote: local:{0}, remote:{1}", ((RailComparableID)result.local_peer).id_, ((RailComparableID)result.remote_peer).id_);
638 Close(result.remote_peer);
639 }
override void Close(RemoteAddress address)

References Terraria.Social.WeGame.NetClientSocialModule.Close(), and Terraria.Social.WeGame.WeGameHelper.WriteDebugString().

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