Class MatchstickComponent
Inheritance
System.Object
MatchstickComponent
Namespace: Content.Server.Light.Components
Assembly: Content.Server.dll
Syntax
public sealed class MatchstickComponent : Component
Fields
| Improve this Doc View SourceCurrentState
Current state to matchstick. Can be
Unlit
, Lit
or Burnt
.
Declaration
public SmokableState CurrentState
Field Value
Type | Description |
---|---|
SmokableState |
Duration
How long will matchstick last in seconds.
Declaration
public int Duration
Field Value
Type | Description |
---|---|
System.Int32 |
IgniteSound
Sound played when you ignite the matchstick.
Declaration
public SoundSpecifier IgniteSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |