Show / Hide Table of Contents

Class ExpendableLightComponent

Component that represents a handheld expendable light which can be activated and eventually dies over time.

Inheritance
System.Object
SharedExpendableLightComponent
ExpendableLightComponent
Namespace: Content.Server.Light.Components
Assembly: Content.Server.dll
Syntax
public sealed class ExpendableLightComponent : SharedExpendableLightComponent

Fields

| Improve this Doc View Source

StateExpiryTime

Declaration
public float StateExpiryTime
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Activated

Status of light, whether or not it is emitting light.

Declaration
public bool Activated { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾