Show / Hide Table of Contents

Class StationBankAccountComponent

Added to the abstract representation of a station to track its money.

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

Fields

| Improve this Doc View Source

Balance

Declaration
public int Balance
Field Value
Type Description
System.Int32
| Improve this Doc View Source

IncreasePerSecond

How much the bank balance goes up per second, every Delay period. Rounded down when multiplied.

Declaration
public int IncreasePerSecond
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾