Show / Hide Table of Contents

Class AlertOrderPrototype

Defines the order of alerts so they show up in a consistent order.

Inheritance
System.Object
AlertOrderPrototype
Implements
Robust.Shared.Prototypes.IPrototype
IComparer<AlertPrototype>
Namespace: Content.Shared.Alert
Assembly: Content.Shared.dll
Syntax
public sealed class AlertOrderPrototype : object, IPrototype, IComparer<AlertPrototype>

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Compare(AlertPrototype, AlertPrototype)

Declaration
public int Compare(AlertPrototype x, AlertPrototype y)
Parameters
Type Name Description
AlertPrototype x
AlertPrototype y
Returns
Type Description
System.Int32

Implements

Robust.Shared.Prototypes.IPrototype
IComparer<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾