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 SourceLastLawProvider
The last entity that provided laws to this entity.
Declaration
public EntityUid? LastLawProvider
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
ViewLawsAction
The sidebar action that toggles the laws screen.
Declaration
public string ViewLawsAction
Field Value
Type | Description |
---|---|
System.String |
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> |