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 SourceLawDisplay(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 SourceOnLawAnnouncementButtonPressed
Declaration
public event Action<BaseButton.ButtonEventArgs>? OnLawAnnouncementButtonPressed
Event Type
Type | Description |
---|---|
System.Nullable<Action<Robust.Client.UserInterface.Controls.BaseButton.ButtonEventArgs>> |