Show / Hide Table of Contents

Class ExamineEntry

An entry used when showing examine details

Inheritance
System.Object
ExamineEntry
Namespace: Content.Shared.Examine
Assembly: Content.Shared.dll
Syntax
public sealed class ExamineEntry : object

Constructors

| Improve this Doc View Source

ExamineEntry(String, Single, FormattedMessage)

Declaration
public ExamineEntry(string componentName, float priority, FormattedMessage message)
Parameters
Type Name Description
System.String componentName

Should be set to _componentFactory.GetComponentName(component.GetType()) to properly function.

System.Single priority
Robust.Shared.Utility.FormattedMessage message

Fields

| Improve this Doc View Source

ComponentName

Which component does this entry relate to?

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

Message

The FormattedMessage of this entry.

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

Priority

What priority has this entry - entries are sorted high to low.

Declaration
public float Priority
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾