Show / Hide Table of Contents

Class UnpoweredFlashlightComponent

This is simplified version of HandheldLightComponent. It doesn't consume any power and can be toggle only by verb.

Inheritance
System.Object
UnpoweredFlashlightComponent
Namespace: Content.Shared.Light.Components
Assembly: Content.Shared.dll
Syntax
public sealed class UnpoweredFlashlightComponent : Component

Fields

| Improve this Doc View Source

EmaggedColorsPrototype

ColorPalettePrototype ID that determines the list of colors to select from when we get emagged

Declaration
public ProtoId<ColorPalettePrototype> EmaggedColorsPrototype
Field Value
Type Description
Robust.Shared.Prototypes.ProtoId<ColorPalettePrototype>
| Improve this Doc View Source

LightOn

Declaration
public bool LightOn
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ToggleAction

Declaration
public EntProtoId ToggleAction
Field Value
Type Description
Robust.Shared.Prototypes.EntProtoId
| Improve this Doc View Source

ToggleActionEntity

Declaration
public EntityUid? ToggleActionEntity
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

ToggleSound

Declaration
public SoundSpecifier ToggleSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾