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
Assembly: Content.Shared.dll
Syntax
public sealed class UnpoweredFlashlightComponent : Component
Fields
|
Improve this Doc
View Source
EmaggedColorsPrototype
Declaration
public ProtoId<ColorPalettePrototype> EmaggedColorsPrototype
Field Value
|
Improve this Doc
View Source
LightOn
Declaration
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 |
|