Show / Hide Table of Contents

Class SiliconLawBoundComponent

This is used for entities which are bound to silicon laws and can view them.

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

Fields

| Improve this Doc View Source

LastLawProvider

The last entity that provided laws to this entity.

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

ViewLawsAction

The sidebar action that toggles the laws screen.

Declaration
public string ViewLawsAction
Field Value
Type Description
System.String
| Improve this Doc View Source

ViewLawsActionEntity

The action for toggling laws. Stored here so we can remove it later.

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