Class ResearchClientBoundInterfaceState
Inheritance
System.Object
ResearchClientBoundInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class ResearchClientBoundInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
ResearchClientBoundInterfaceState(Int32, String[], Int32[], Int32)
Declaration
public ResearchClientBoundInterfaceState(int serverCount, string[] serverNames, int[] serverIds, int selectedServerId = null)
Parameters
Type |
Name |
Description |
System.Int32 |
serverCount |
|
System.String[] |
serverNames |
|
System.Int32[] |
serverIds |
|
System.Int32 |
selectedServerId |
|
Fields
|
Improve this Doc
View Source
SelectedServerId
Declaration
public int SelectedServerId
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ServerCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ServerIds
Declaration
Field Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
ServerNames
Declaration
public string[] ServerNames
Field Value
Type |
Description |
System.String[] |
|