Show / Hide Table of Contents

Class FultonedComponent

Marks an entity as pending being fultoned.

Inheritance
System.Object
FultonedComponent
Namespace: Content.Shared.Salvage.Fulton
Assembly: Content.Shared.dll
Syntax
public sealed class FultonedComponent : Component

Fields

| Improve this Doc View Source

Beacon

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

FultonDuration

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

NextFulton

When the fulton is travelling to the beacon.

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

Removeable

Can the fulton be removed.

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

Sound

Declaration
public SoundSpecifier Sound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier

Properties

| Improve this Doc View Source

Effect

Effect entity to delete upon removing the component. Only matters clientside.

Declaration
public EntityUid Effect { get; set; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾