Show / Hide Table of Contents

Class GravityGeneratorComponent

Inheritance
System.Object
SharedGravityGeneratorComponent
GravityGeneratorComponent
Namespace: Content.Server.Gravity
Assembly: Content.Server.dll
Syntax
public sealed class GravityGeneratorComponent : SharedGravityGeneratorComponent

Fields

| Improve this Doc View Source

MachinePartMaxChargeMultiplier

Declaration
public string MachinePartMaxChargeMultiplier
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

ActivePowerUse

Declaration
public float ActivePowerUse { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Charge

Declaration
public float Charge { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ChargeRate

Declaration
public float ChargeRate { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

GravityActive

Is the gravity generator currently "producing" gravity?

Declaration
public bool GravityActive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IdlePowerUse

Declaration
public float IdlePowerUse { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Intact

Is the gravity generator intact?

Declaration
public bool Intact { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LightRadiusMax

Declaration
public float LightRadiusMax { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

LightRadiusMin

Declaration
public float LightRadiusMin { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MaxCharge

Declaration
public float MaxCharge { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

NeedUIUpdate

Declaration
public bool NeedUIUpdate { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SwitchedOn

Is the power switch on?

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