Class ExpendableLightComponent
Component that represents a handheld expendable light which can be activated and eventually dies over time.
Namespace: Content.Server.Light.Components
Assembly: Content.Server.dll
Syntax
public sealed class ExpendableLightComponent : SharedExpendableLightComponent
Fields
| Improve this Doc View SourceStateExpiryTime
Declaration
public float StateExpiryTime
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceActivated
Status of light, whether or not it is emitting light.
Declaration
public bool Activated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |