Show / Hide Table of Contents

Class LawDisplay

Inheritance
System.Object
Robust.Client.UserInterface.Control
LawDisplay
Namespace: Content.Client.Silicons.Laws.Ui
Assembly: Content.Client.dll
Syntax
public sealed class LawDisplay : Control

Constructors

| Improve this Doc View Source

LawDisplay(EntityUid, SiliconLaw, Nullable<HashSet<String>>)

Declaration
public LawDisplay(EntityUid uid, SiliconLaw law, HashSet<string>? radioChannels)
Parameters
Type Name Description
EntityUid uid
SiliconLaw law
System.Nullable<HashSet<System.String>> radioChannels

Events

| Improve this Doc View Source

OnLawAnnouncementButtonPressed

Declaration
public event Action<BaseButton.ButtonEventArgs>? OnLawAnnouncementButtonPressed
Event Type
Type Description
System.Nullable<Action<Robust.Client.UserInterface.Controls.BaseButton.ButtonEventArgs>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾