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

◆ GetUsername()

override string Terraria.Social.WeGame.FriendsSocialModule.GetUsername ( )
inline

Definition at line 16 of file FriendsSocialModule.cs.

17 {
18 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
19 string text = default(string);
20 rail_api.RailFactory().RailPlayer().GetPlayerName(ref text);
21 WeGameHelper.WriteDebugString("GetUsername by wegame" + text);
22 return text;
23 }

References Terraria.Social.WeGame.WeGameHelper.WriteDebugString().