Show / Hide Table of Contents

Class PdaComponent

Inheritance
System.Object
PdaComponent
Namespace: Content.Shared.PDA
Assembly: Content.Shared.dll
Syntax
public sealed class PdaComponent : Component

Fields

| Improve this Doc View Source

ContainedId

Declaration
public EntityUid? ContainedId
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

FlashlightOn

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

IdCard

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

IdSlot

Declaration
public ItemSlot IdSlot
Field Value
Type Description
ItemSlot
| Improve this Doc View Source

OwnerName

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

PdaIdSlotId

Declaration
public const string PdaIdSlotId = null
Field Value
Type Description
System.String
| Improve this Doc View Source

PdaPenSlotId

Declaration
public const string PdaPenSlotId = null
Field Value
Type Description
System.String
| Improve this Doc View Source

PenSlot

Declaration
public ItemSlot PenSlot
Field Value
Type Description
ItemSlot
| Improve this Doc View Source

State

The base PDA sprite state, eg. "pda", "pda-clown"

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

StationAlertColor

Declaration
public Color StationAlertColor
Field Value
Type Description
Color
| Improve this Doc View Source

StationAlertLevel

Declaration
public string? StationAlertLevel
Field Value
Type Description
System.Nullable<System.String>
| 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
☀
☾