Struct PlayerInfo
Inherited Members
Namespace: SociallyDistant.Core.Modules
Assembly: SociallyDistant.Framework.dll
Syntax
public struct PlayerInfoFields
Comment
Declaration
public string CommentField Value
| Type | Description | 
|---|---|
| string | 
HostName
Declaration
public string HostNameField Value
| Type | Description | 
|---|---|
| string | 
LastPlayed
Declaration
public DateTime LastPlayedField Value
| Type | Description | 
|---|---|
| DateTime | 
Name
Declaration
public string NameField Value
| Type | Description | 
|---|---|
| string | 
PlayerGender
Declaration
public Gender PlayerGenderField Value
| Type | Description | 
|---|---|
| Gender | 
UserName
Declaration
public string UserNameField Value
| Type | Description | 
|---|---|
| string | 
Methods
ToXml()
Declaration
public string ToXml()Returns
| Type | Description | 
|---|---|
| string | 
TryGetFromXml(string, out PlayerInfo)
Declaration
public static bool TryGetFromXml(string xml, out PlayerInfo info)Parameters
| Type | Name | Description | 
|---|---|---|
| string | xml | |
| PlayerInfo | info | 
Returns
| Type | Description | 
|---|---|
| bool |