Class SignalTimerComponent
Inheritance
System.Object
SignalTimerComponent
Namespace: Content.Server.DeviceLinking.Components
Assembly: Content.Server.dll
Syntax
public sealed class SignalTimerComponent : Component
Fields
| Improve this Doc View SourceCanEditLabel
This shows the Label: text box in the UI.
Declaration
public bool CanEditLabel
Field Value
Type | Description |
---|---|
System.Boolean |
Delay
Declaration
public double Delay
Field Value
Type | Description |
---|---|
System.Double |
DoneSound
If not null, this timer will play this sound when done.
Declaration
public SoundSpecifier DoneSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Label
The label, used for TextScreen visuals currently.
Declaration
public string Label
Field Value
Type | Description |
---|---|
System.String |
StartPort
The port that gets signaled when the timer starts.
Declaration
public string StartPort
Field Value
Type | Description |
---|---|
System.String |
TriggerPort
The port that gets signaled when the timer triggers.
Declaration
public string TriggerPort
Field Value
Type | Description |
---|---|
System.String |