Show / Hide Table of Contents

Class ThrusterComponent

Inheritance
System.Object
ThrusterComponent
Namespace: Content.Server.Shuttles.Components
Assembly: Content.Server.dll
Syntax
public sealed class ThrusterComponent : Component

Fields

| Improve this Doc View Source

BaseThrust

Declaration
public float BaseThrust
Field Value
Type Description
System.Single
| Improve this Doc View Source

BurnPoly

Declaration
public List<Vector2> BurnPoly
Field Value
Type Description
List<Vector2>
| Improve this Doc View Source

Colliding

Declaration
public List<EntityUid> Colliding
Field Value
Type Description
List<EntityUid>
| Improve this Doc View Source

Damage

How much damage is done per second to anything colliding with our thrust.

Declaration
public DamageSpecifier Damage
Field Value
Type Description
DamageSpecifier
| Improve this Doc View Source

Firing

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

IsOn

This determines whether the thruster is actually enabled for the purposes of thrust

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

MachinePartThrust

Declaration
public string MachinePartThrust
Field Value
Type Description
System.String
| Improve this Doc View Source

NextFire

Next time we tick damage for anyone colliding.

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

PartRatingThrustMultiplier

Declaration
public float PartRatingThrustMultiplier
Field Value
Type Description
System.Single
| Improve this Doc View Source

RequireSpace

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

Thrust

Declaration
public float Thrust
Field Value
Type Description
System.Single
| Improve this Doc View Source

Type

Declaration
public ThrusterType Type
Field Value
Type Description
ThrusterType

Properties

| Improve this Doc View Source

Enabled

Whether the thruster has been force to be enabled / disabled (e.g. VV, interaction, etc.)

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