Class PowerGridCheckRuleComponent
Inheritance
System.Object
PowerGridCheckRuleComponent
Assembly: Content.Server.dll
Syntax
public sealed class PowerGridCheckRuleComponent : Component
Fields
|
Improve this Doc
View Source
AnnounceCancelToken
Declaration
public CancellationTokenSource? AnnounceCancelToken
Field Value
Type |
Description |
System.Nullable<CancellationTokenSource> |
|
|
Improve this Doc
View Source
FrameTimeAccumulator
Declaration
public float FrameTimeAccumulator
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NumberPerSecond
Declaration
public int NumberPerSecond
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Powered
Declaration
public readonly List<EntityUid> Powered
Field Value
Type |
Description |
List<EntityUid> |
|
|
Improve this Doc
View Source
SecondsUntilOff
Declaration
public float SecondsUntilOff
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Unpowered
Declaration
public readonly List<EntityUid> Unpowered
Field Value
Type |
Description |
List<EntityUid> |
|
Properties
|
Improve this Doc
View Source
UpdateRate
Declaration
public float UpdateRate { get; }
Property Value
Type |
Description |
System.Single |
|