Table of Contents

Class Redlight

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Redlight : LightFixture, IProvideWarmth
Inheritance
Redlight
Implements
Inherited Members

Constructors

Redlight(Room, PlacedObject, LightFixtureData)

public Redlight(Room placedInRoom, PlacedObject placedObject, PlacedObject.LightFixtureData lightData)

Parameters

placedInRoom Room
placedObject PlacedObject
lightData PlacedObject.LightFixtureData

Redlight(Room, PlacedObject, LightFixtureData, bool)

public Redlight(Room placedInRoom, PlacedObject placedObject, PlacedObject.LightFixtureData lightData, bool submersible)

Parameters

placedInRoom Room
placedObject PlacedObject
lightData PlacedObject.LightFixtureData
submersible bool

Fields

flatLightSource

public LightSource flatLightSource

Field Value

LightSource

flicker

public int flicker

Field Value

int

flickerWait

public int flickerWait

Field Value

int

gravityDependent

public bool gravityDependent

Field Value

bool

lightSource

public Redlight.RedlightLight lightSource

Field Value

Redlight.RedlightLight

placedRoom

public Room placedRoom

Field Value

Room

powered

public bool powered

Field Value

bool

sin

public float sin

Field Value

float

submersible

public bool submersible

Field Value

bool

switchOn

public float switchOn

Field Value

float

Properties

NoElectricity

public float NoElectricity { get; }

Property Value

float

Methods

Update(bool)

public override void Update(bool eu)

Parameters

eu bool