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 SourceBeacon
Declaration
public EntityUid? Beacon
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
FultonDuration
Declaration
public TimeSpan FultonDuration
Field Value
Type | Description |
---|---|
TimeSpan |
NextFulton
When the fulton is travelling to the beacon.
Declaration
public TimeSpan NextFulton
Field Value
Type | Description |
---|---|
TimeSpan |
Removeable
Can the fulton be removed.
Declaration
public bool Removeable
Field Value
Type | Description |
---|---|
System.Boolean |
Sound
Declaration
public SoundSpecifier Sound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Properties
| Improve this Doc View SourceEffect
Effect entity to delete upon removing the component. Only matters clientside.
Declaration
public EntityUid Effect { get; set; }
Property Value
Type | Description |
---|---|
EntityUid |