Class CartridgeLoaderComponent
Inheritance
System.Object
CartridgeLoaderComponent
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
|
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
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
Field Value