Show / Hide Table of Contents

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 Source

CanEditLabel

This shows the Label: text box in the UI.

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

Delay

Declaration
public double Delay
Field Value
Type Description
System.Double
| Improve this Doc View Source

DoneSound

If not null, this timer will play this sound when done.

Declaration
public SoundSpecifier DoneSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

Label

The label, used for TextScreen visuals currently.

Declaration
public string Label
Field Value
Type Description
System.String
| Improve this Doc View Source

StartPort

The port that gets signaled when the timer starts.

Declaration
public string StartPort
Field Value
Type Description
System.String
| Improve this Doc View Source

TriggerPort

The port that gets signaled when the timer triggers.

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