Show / Hide Table of Contents

Class StatusIconData

A data structure that holds relevant information for status icons.

Inheritance
System.Object
StatusIconData
StatusIconPrototype
Namespace: Content.Shared.StatusIcon
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
Type Description
StatusIconLocationPreference
| Improve this Doc View Source

Priority

A priority for the order in which the icons will be displayed.

Declaration
public int Priority
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CompareTo(StatusIconData)

Declaration
public int CompareTo(StatusIconData other)
Parameters
Type Name Description
StatusIconData other
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾