Show / Hide Table of Contents

Class OnUseTimerTriggerComponent

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

Fields

| Improve this Doc View Source

AllowToggleStartOnStick

Allows changing the start-on-stick quality.

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

BeepInterval

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

BeepSound

If not null, this timer will periodically play this sound while active.

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

Delay

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

DelayOptions

If not null, a user can use verbs to configure the delay to one of these options.

Declaration
public List<float>? DelayOptions
Field Value
Type Description
System.Nullable<List<System.Single>>
| Improve this Doc View Source

Examinable

Whether you can examine the item to see its timer or not.

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

InitialBeepDelay

Time before beeping starts. Defaults to a single beep interval. If set to zero, will emit a beep immediately after use.

Declaration
public float? InitialBeepDelay
Field Value
Type Description
System.Nullable<System.Single>
| Improve this Doc View Source

StartOnStick

Should timer be started when it was stuck to another entity. Used for C4 charges and similar behaviour.

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

UseVerbInstead

Whether the timer should instead be activated through a verb in the right-click menu

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