Class IFFComponent
Handles what a grid should look like on radar.
Inheritance
System.Object
IFFComponent
Namespace: Content.Shared.Shuttles.Components
Assembly: Content.Shared.dll
Syntax
public sealed class IFFComponent : Component
Fields
| Improve this Doc View SourceColor
Color for this to show up on IFF.
Declaration
public Color Color
Field Value
Type | Description |
---|---|
Color |
Flags
Declaration
public IFFFlags Flags
Field Value
Type | Description |
---|---|
IFFFlags |
IFFColor
Default color to use for IFF if no component is found.
Declaration
public static readonly Color IFFColor
Field Value
Type | Description |
---|---|
Color |
ShowIFFDefault
Should we show IFF by default?
Declaration
public const bool ShowIFFDefault = null
Field Value
Type | Description |
---|---|
System.Boolean |