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

◆ AsyncSetMyMetaData()

void Terraria.Social.WeGame.NetClientSocialModule.AsyncSetMyMetaData ( string key,
string value )
inlineprivate

Definition at line 81 of file NetClientSocialModule.cs.

82 {
83 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
84 //IL_000c: Expected O, but got Unknown
85 //IL_0031: Unknown result type (might be due to invalid IL or missing references)
87 RailKeyValue val = new RailKeyValue();
88 val.key = key;
89 val.value = value;
90 list.Add(val);
91 rail_api.RailFactory().RailFriends().AsyncSetMyMetadata(list, "");
92 }

References System.key, System.list, and System.value.

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