Class FiltrationPowerController
- Namespace
- MoreSlugcats
- Assembly
- Assembly-CSharp.dll
public class FiltrationPowerController
- Inheritance
-
FiltrationPowerController
- Inherited Members
-
Constructors
FiltrationPowerController(World)
public FiltrationPowerController(World world)
Parameters
world World
Fields
counter
Field Value
- int
deadFilter
Field Value
- bool
fullTurnOff
Field Value
- bool
outtageIntensity
public float outtageIntensity
Field Value
- float
powerGoal
Field Value
- float
powerOutput
Field Value
- float
saveStateNumber
public SlugcatStats.Name saveStateNumber
Field Value
- SlugcatStats.Name
triggerThreshold
public int triggerThreshold
Field Value
- int
world
Field Value
- World
Properties
ElectricPower
public float ElectricPower { get; }
Property Value
- float
PowerOff
public bool PowerOff { get; }
Property Value
- bool
PowerOn
public bool PowerOn { get; }
Property Value
- bool
Methods
Update()