Show / Hide Table of Contents

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 Source

Components

A list of all components this ExamineGroup encompasses.

Declaration
public List<string> Components
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

ContextText

The text shown in the context verb menu.

Declaration
public string ContextText
Field Value
Type Description
System.String
| Improve this Doc View Source

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>
| Improve this Doc View Source

HoverMessage

Details shown when hovering over the button.

Declaration
public string HoverMessage
Field Value
Type Description
System.String
| Improve this Doc View Source

Icon

The icon path for the Examine Group.

Declaration
public SpriteSpecifier Icon
Field Value
Type Description
Robust.Shared.Utility.SpriteSpecifier
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾