Show / Hide Table of Contents

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 Source

CurrentState

Current state to matchstick. Can be

Unlit
,
Lit
or
Burnt
.

Declaration
public SmokableState CurrentState
Field Value
Type Description
SmokableState
| Improve this Doc View Source

Duration

How long will matchstick last in seconds.

Declaration
public int Duration
Field Value
Type Description
System.Int32
| Improve this Doc View Source

IgniteSound

Sound played when you ignite the matchstick.

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