Class GravityGeneratorComponent
Inheritance
System.Object
GravityGeneratorComponent
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
Declaration
public bool SwitchedOn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|