Class IntrinsicUIEntry
Inheritance
System.Object
IntrinsicUIEntry
Namespace: Content.Server.UserInterface
Assembly: Content.Server.dll
Syntax
public class IntrinsicUIEntry : object
Fields
| Improve this Doc View SourceToggleAction
Declaration
public string? ToggleAction
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
ToggleActionEntity
The action used for this BUI.
Declaration
public EntityUid? ToggleActionEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
Properties
| Improve this Doc View SourceKey
The BUI key that this intrinsic UI should open.
Declaration
public Enum? Key { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Enum> |