Class ExamineGroup
Inheritance
System.Object
ExamineGroup
Namespace: Content.Shared.Examine
Assembly: Content.Shared.dll
Syntax
public sealed class ExamineGroup : object
Fields
| Improve this Doc View SourceComponents
A list of all components this ExamineGroup encompasses.
Declaration
public List<string> Components
Field Value
Type | Description |
---|---|
List<System.String> |
ContextText
The text shown in the context verb menu.
Declaration
public string ContextText
Field Value
Type | Description |
---|---|
System.String |
Entries
A list of ExamineEntries, containing which component it belongs to, which priority it has, and what FormattedMessage it holds.
Declaration
public List<ExamineEntry> Entries
Field Value
Type | Description |
---|---|
List<ExamineEntry> |
HoverMessage
Details shown when hovering over the button.
Declaration
public string HoverMessage
Field Value
Type | Description |
---|---|
System.String |
Icon
The icon path for the Examine Group.
Declaration
public SpriteSpecifier Icon
Field Value
Type | Description |
---|---|
Robust.Shared.Utility.SpriteSpecifier |
Title
The title of the Examine Group. Localized string that gets added to the examine tooltip.
Declaration
public string? Title
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |