|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| interface | INetGroupInfoProvider |
| class | IPAddressInfoProvider |
| class | SteamLobbyInfoProvider |
Public Types | |
| enum | InfoProviderId { IPAddress , Steam } |
Public Member Functions | |
| NetGroupInfo () | |
| string | ComposeInfo () |
| Dictionary< InfoProviderId, string > | DecomposeInfo (string info) |
Private Member Functions | |
| string | ConvertToSafeInfo (string text) |
| string | ConvertFromSafeInfo (string text) |
Private Attributes | |
| readonly string[] | _separatorBetweenInfos = new string[1] { ", " } |
| readonly string[] | _separatorBetweenIdAndInfo = new string[1] { ":" } |
| List< INetGroupInfoProvider > | _infoProviders |
Definition at line 6 of file NetGroupInfo.cs.