Show / Hide Table of Contents

Class ResearchClientBoundInterfaceState

Inheritance
System.Object
ResearchClientBoundInterfaceState
Namespace: Content.Shared.Research.Components
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
public int ServerCount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ServerIds

Declaration
public int[] ServerIds
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

ServerNames

Declaration
public string[] ServerNames
Field Value
Type Description
System.String[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾