Show / Hide Table of Contents

Class ActiveTimerTriggerComponent

Component for tracking active trigger timers. A timers can activated by some other component, e.g. OnUseTimerTriggerComponent.

Inheritance
System.Object
ActiveTimerTriggerComponent
Namespace: Content.Server.Explosion.Components
Assembly: Content.Server.dll
Syntax
public sealed class ActiveTimerTriggerComponent : Component

Fields

| Improve this Doc View Source

BeepInterval

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

BeepSound

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

TimeRemaining

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

TimeUntilBeep

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

User

Declaration
public EntityUid? User
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾