Show / Hide Table of Contents

Class CartridgeLoaderComponent

Inheritance
System.Object
CartridgeLoaderComponent
Namespace: Content.Shared.CartridgeLoader
Assembly: Content.Shared.dll
Syntax
public sealed class CartridgeLoaderComponent : Component

Fields

| Improve this Doc View Source

ActiveProgram

The currently running program that has its ui showing

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

BackgroundPrograms

The list of programs running in the background, listening to certain events

Declaration
public readonly List<EntityUid> BackgroundPrograms
Field Value
Type Description
List<EntityUid>
| Improve this Doc View Source

CartridgeSlot

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

CartridgeSlotId

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

DiskSpace

The maximum amount of programs that can be installed on the cartridge loader entity

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

PreinstalledPrograms

List of programs that come preinstalled with this cartridge loader

Declaration
public List<string> PreinstalledPrograms
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

UiKey

Declaration
public Enum UiKey
Field Value
Type Description
Enum
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾