Barotrauma Client Doc
Barotrauma.NetLobbyScreen.FailedSubInfo Struct Reference

Public Member Functions

 FailedSubInfo (string name, string hash)
 
void Deconstruct (out string name, out string hash)
 

Static Public Member Functions

static bool operator== (FailedSubInfo a, FailedSubInfo b)
 
static bool operator!= (FailedSubInfo a, FailedSubInfo b)
 

Public Attributes

readonly string Name
 
readonly string Hash
 

Detailed Description

Constructor & Destructor Documentation

◆ FailedSubInfo()

Barotrauma.NetLobbyScreen.FailedSubInfo.FailedSubInfo ( string  name,
string  hash 
)

Member Function Documentation

◆ Deconstruct()

void Barotrauma.NetLobbyScreen.FailedSubInfo.Deconstruct ( out string  name,
out string  hash 
)

◆ operator!=()

static bool Barotrauma.NetLobbyScreen.FailedSubInfo.operator!= ( FailedSubInfo  a,
FailedSubInfo  b 
)
static

◆ operator==()

static bool Barotrauma.NetLobbyScreen.FailedSubInfo.operator== ( FailedSubInfo  a,
FailedSubInfo  b 
)
static

Member Data Documentation

◆ Hash

readonly string Barotrauma.NetLobbyScreen.FailedSubInfo.Hash

◆ Name

readonly string Barotrauma.NetLobbyScreen.FailedSubInfo.Name