Class StatusIconData
A data structure that holds relevant
information for status icons.
Inheritance
System.Object
StatusIconData
Assembly: Content.Shared.dll
Syntax
public class StatusIconData : IComparable<StatusIconData>
Fields
|
Improve this Doc
View Source
Icon
The icon that's displayed on the entity.
Declaration
public SpriteSpecifier Icon
Field Value
Type |
Description |
Robust.Shared.Utility.SpriteSpecifier |
|
|
Improve this Doc
View Source
LocationPreference
A preference for where the icon will be displayed. None | Left | Right
Declaration
public StatusIconLocationPreference LocationPreference
Field Value
|
Improve this Doc
View Source
Priority
A priority for the order in which the icons will be displayed.
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CompareTo(StatusIconData)
Declaration
public int CompareTo(StatusIconData other)
Parameters
Returns
Type |
Description |
System.Int32 |
|