Class ThrusterComponent
Inheritance
System.Object
ThrusterComponent
Assembly: Content.Server.dll
Syntax
public sealed class ThrusterComponent : Component
Fields
|
Improve this Doc
View Source
BaseThrust
Declaration
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
|
Improve this Doc
View Source
Firing
Declaration
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
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
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Thrust
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Type
Declaration
Field Value
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 |
|