Show / Hide Table of Contents

Class BorgModuleComponent

This is used for modules that can be inserted into borgs to give them unique abilities and attributes.

Inheritance
System.Object
BorgModuleComponent
Namespace: Content.Shared.Silicons.Borgs.Components
Assembly: Content.Shared.dll
Syntax
public sealed class BorgModuleComponent : Component

Fields

| Improve this Doc View Source

InstalledEntity

The entity this module is installed into

Declaration
public EntityUid? InstalledEntity
Field Value
Type Description
System.Nullable<EntityUid>

Properties

| Improve this Doc View Source

Installed

Declaration
public bool Installed { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Fields
    • InstalledEntity
  • Properties
    • Installed
Back to top
Generated by DocFX
☀
☾