Show / Hide Table of Contents

Class PdaUpdateState

Inheritance
System.Object
CartridgeLoaderUiState
PdaUpdateState
Namespace: Content.Shared.PDA
Assembly: Content.Shared.dll
Syntax
public sealed class PdaUpdateState : CartridgeLoaderUiState

Constructors

| Improve this Doc View Source

PdaUpdateState(List<NetEntity>, Nullable<NetEntity>, Boolean, Boolean, PdaIdInfoText, Nullable<String>, Boolean, Boolean, Nullable<String>)

Declaration
public PdaUpdateState(List<NetEntity> programs, NetEntity? activeUI, bool flashlightEnabled, bool hasPen, PdaIdInfoText pdaOwnerInfo, string? stationName, bool hasUplink = false, bool canPlayMusic = false, string? address = null)
Parameters
Type Name Description
List<NetEntity> programs
System.Nullable<NetEntity> activeUI
System.Boolean flashlightEnabled
System.Boolean hasPen
PdaIdInfoText pdaOwnerInfo
System.Nullable<System.String> stationName
System.Boolean hasUplink
System.Boolean canPlayMusic
System.Nullable<System.String> address

Fields

| Improve this Doc View Source

Address

Declaration
public string? Address
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

CanPlayMusic

Declaration
public bool CanPlayMusic
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

FlashlightEnabled

Declaration
public bool FlashlightEnabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

HasPen

Declaration
public bool HasPen
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

HasUplink

Declaration
public bool HasUplink
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PdaOwnerInfo

Declaration
public PdaIdInfoText PdaOwnerInfo
Field Value
Type Description
PdaIdInfoText
| Improve this Doc View Source

StationName

Declaration
public string? StationName
Field Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾