Class ActivatableUIRequiresPanelComponent
This is used for activatable UIs that require the entity to have a panel in a certain state.
Inheritance
System.Object
ActivatableUIRequiresPanelComponent
Namespace: Content.Server.Wires
Assembly: Content.Server.dll
Syntax
public sealed class ActivatableUIRequiresPanelComponent : Component
Fields
| Improve this Doc View SourceRequireOpen
TRUE: the panel must be open to access the UI. FALSE: the panel must be closed to access the UI.
Declaration
public bool RequireOpen
Field Value
Type | Description |
---|---|
System.Boolean |