Table of Contents

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

public int counter

Field Value

int

deadFilter

public bool deadFilter

Field Value

bool

fullTurnOff

public bool fullTurnOff

Field Value

bool

outtageIntensity

public float outtageIntensity

Field Value

float

powerGoal

public float powerGoal

Field Value

float

powerOutput

public float powerOutput

Field Value

float

saveStateNumber

public SlugcatStats.Name saveStateNumber

Field Value

SlugcatStats.Name

triggerThreshold

public int triggerThreshold

Field Value

int

world

public World 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()

public void Update()