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 SourceExamineEntry(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 SourceComponentName
Which component does this entry relate to?
Declaration
public string ComponentName
Field Value
Type | Description |
---|---|
System.String |
Message
The FormattedMessage of this entry.
Declaration
public FormattedMessage Message
Field Value
Type | Description |
---|---|
Robust.Shared.Utility.FormattedMessage |
Priority
What priority has this entry - entries are sorted high to low.
Declaration
public float Priority
Field Value
Type | Description |
---|---|
System.Single |