Struct MonstermosInfo
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
|
Improve this Doc
View Source
FastDone
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastCycle
Declaration
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
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
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 |
|