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

◆ AsyncSetInviteCommandLine()

void Terraria.Social.WeGame.NetClientSocialModule.AsyncSetInviteCommandLine ( string cmdline)
inlineprivate

Definition at line 75 of file NetClientSocialModule.cs.

76 {
77 //IL_0010: Unknown result type (might be due to invalid IL or missing references)
78 rail_api.RailFactory().RailFriends().AsyncSetInviteCommandLine(cmdline, "");
79 }

Referenced by Terraria.Social.WeGame.NetClientSocialModule.OnReportServerID(), and Terraria.Social.WeGame.NetClientSocialModule.Shutdown().