Show / Hide Table of Contents

Class ConstructionGuideEntry

Inheritance
System.Object
ConstructionGuideEntry
Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public sealed class ConstructionGuideEntry : object

Properties

| Improve this Doc View Source

Arguments

Declaration
public (string, object)[] Arguments { get; set; }
Property Value
Type Description
System.ValueTuple<System.String, System.Object>[]
| Improve this Doc View Source

EntryNumber

Declaration
public int? EntryNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Icon

Declaration
public SpriteSpecifier Icon { get; set; }
Property Value
Type Description
Robust.Shared.Utility.SpriteSpecifier
| Improve this Doc View Source

Localization

Declaration
public string Localization { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Padding

Declaration
public int Padding { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾