Class DefusableComponent
This is used for bombs that should be defused. The explosion configuration should be handled by ExplosiveComponent.
Inheritance
System.Object
DefusableComponent
Assembly: Content.Server.dll
Syntax
public sealed class DefusableComponent : Component
Fields
|
Improve this Doc
View Source
Activated
Is the bomb live? This is different from BombUsable because this tracks whether the bomb is ticking down or not.
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ActivatedWireUsed
Declaration
public bool ActivatedWireUsed
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Bolted
Is this bomb supposed to be stuck to the ground?
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BoltSound
The bomb will play this sound on bolt.
Declaration
public SoundSpecifier BoltSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
DefusalSound
The bomb will play this sound on defusal.
Declaration
public SoundSpecifier DefusalSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
DelayTime
How much time is added when the Activate wire is pulsed?
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DelayWireUsed
Declaration
public bool DelayWireUsed
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayTime
Does the bomb show how much time remains?
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Disposable
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ProceedWireCut
Declaration
public bool ProceedWireCut
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ProceedWireUsed
Declaration
public bool ProceedWireUsed
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Usable
Is the bomb actually usable? This is different from Activated because this tracks whether the bomb can even start in the first place.
Declaration
Field Value
Type |
Description |
System.Boolean |
|