Table of Contents

Class ElectricGate

Namespace
Global
Assembly
Assembly-CSharp.dll
public class ElectricGate : RegionGate, IDrawable
Inheritance
ElectricGate
Implements
Inherited Members

Constructors

ElectricGate(Room)

public ElectricGate(Room room)

Parameters

room Room

Fields

batteryChanging

public bool batteryChanging

Field Value

bool

batteryLeft

public float batteryLeft

Field Value

float

bustedLamp

public int bustedLamp

Field Value

int
public int lampBlink

Field Value

int

lamps

public LightSource[,] lamps

Field Value

LightSource[,]

lampsOn

public bool[] lampsOn

Field Value

bool[]

meterHeight

public float meterHeight

Field Value

float

Properties

EnergyEnoughToOpen

public override bool EnergyEnoughToOpen { get; }

Property Value

bool

Methods

BatteryRunning(float)

public void BatteryRunning(float flow)

Parameters

flow float

Update(bool)

public override void Update(bool eu)

Parameters

eu bool