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 SourceAllowToggleStartOnStick
Allows changing the start-on-stick quality.
Declaration
public bool AllowToggleStartOnStick
Field Value
Type | Description |
---|---|
System.Boolean |
BeepInterval
Declaration
public float BeepInterval
Field Value
Type | Description |
---|---|
System.Single |
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 |
Delay
Declaration
public float Delay
Field Value
Type | Description |
---|---|
System.Single |
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>> |
Examinable
Whether you can examine the item to see its timer or not.
Declaration
public bool Examinable
Field Value
Type | Description |
---|---|
System.Boolean |
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> |
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 |
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 |