Show / Hide Table of Contents

Struct MonstermosInfo

Namespace: Content.Server.Atmos
Assembly: Content.Server.dll
Syntax
public struct MonstermosInfo

Fields

| Improve this Doc View Source

CurrentTransferAmount

Declaration
public float CurrentTransferAmount
Field Value
Type Description
System.Single
| Improve this Doc View Source

CurrentTransferDirection

Declaration
public AtmosDirection CurrentTransferDirection
Field Value
Type Description
AtmosDirection
| Improve this Doc View Source

FastDone

Declaration
public bool FastDone
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

LastCycle

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

LastQueueCycle

Declaration
public long LastQueueCycle
Field Value
Type Description
System.Int64
| Improve this Doc View Source

LastSlowQueueCycle

Declaration
public long LastSlowQueueCycle
Field Value
Type Description
System.Int64
| Improve this Doc View Source

MoleDelta

Declaration
public float MoleDelta
Field Value
Type Description
System.Single
| Improve this Doc View Source

TransferDirectionEast

Declaration
public float TransferDirectionEast
Field Value
Type Description
System.Single
| Improve this Doc View Source

TransferDirectionNorth

Declaration
public float TransferDirectionNorth
Field Value
Type Description
System.Single
| Improve this Doc View Source

TransferDirectionSouth

Declaration
public float TransferDirectionSouth
Field Value
Type Description
System.Single
| Improve this Doc View Source

TransferDirectionWest

Declaration
public float TransferDirectionWest
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Item[AtmosDirection]

Declaration
public float this[AtmosDirection direction] { get; set; }
Parameters
Type Name Description
AtmosDirection direction
Property Value
Type Description
System.Single
| Improve this Doc View Source

Item[Int32]

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