Show / Hide Table of Contents

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 Source

ApplyFultonDuration

How long it takes to apply the fulton to an entity.

Declaration
public TimeSpan ApplyFultonDuration
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

Beacon

Linked fulton beacon.

Declaration
public EntityUid? Beacon
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

FultonDuration

How long the fulton will remain before teleporting to the beacon.

Declaration
public TimeSpan FultonDuration
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

FultonSound

Sound that gets played when fulton is applied.

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

Removeable

Applies Removeable to the FultonedComponent.

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

Whitelist

Declaration
public EntityWhitelist Whitelist
Field Value
Type Description
EntityWhitelist
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾