Show / Hide Table of Contents

Class StationNameSetupComponent

This is used for setting up a station's name.

Inheritance
System.Object
StationNameSetupComponent
Namespace: Content.Server.Station.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationNameSetupComponent : Component

Properties

| Improve this Doc View Source

NameGenerator

Name generator to use for the station, if any.

Declaration
public StationNameGenerator NameGenerator { get; }
Property Value
Type Description
StationNameGenerator
| Improve this Doc View Source

StationNameTemplate

The name template to use for the station. If there's a name generator this should follow it's required format.

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