Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Net.NetGroupInfo Class Reference

Classes

interface  INetGroupInfoProvider
 
class  IPAddressInfoProvider
 
class  SteamLobbyInfoProvider
 

Public Types

enum  InfoProviderId { IPAddress , Steam }
 

Public Member Functions

 NetGroupInfo ()
 
string ComposeInfo ()
 
Dictionary< InfoProviderId, stringDecomposeInfo (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
 

Detailed Description

Definition at line 6 of file NetGroupInfo.cs.


The documentation for this class was generated from the following file: