Class FultonComponent
Applies FultonedComponent to the target so they teleport to FultonBeaconComponent after a time.
Inheritance
System.Object
FultonComponent
Namespace: Content.Shared.Salvage.Fulton
Assembly: Content.Shared.dll
Syntax
public sealed class FultonComponent : Component
Fields
| Improve this Doc View SourceApplyFultonDuration
How long it takes to apply the fulton to an entity.
Declaration
public TimeSpan ApplyFultonDuration
Field Value
Type | Description |
---|---|
TimeSpan |
Beacon
Linked fulton beacon.
Declaration
public EntityUid? Beacon
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
FultonDuration
How long the fulton will remain before teleporting to the beacon.
Declaration
public TimeSpan FultonDuration
Field Value
Type | Description |
---|---|
TimeSpan |
FultonSound
Sound that gets played when fulton is applied.
Declaration
public SoundSpecifier FultonSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Removeable
Applies Removeable to the FultonedComponent.
Declaration
public bool Removeable
Field Value
Type | Description |
---|---|
System.Boolean |
Whitelist
Declaration
public EntityWhitelist Whitelist
Field Value
Type | Description |
---|---|
EntityWhitelist |