Show / Hide Table of Contents

Class SmokableComponent

Inheritance
System.Object
SmokableComponent
Namespace: Content.Shared.Nutrition.Components
Assembly: Content.Shared.dll
Syntax
public sealed class SmokableComponent : Component

Fields

| Improve this Doc View Source

BurntPrefix

Declaration
public string BurntPrefix
Field Value
Type Description
System.String
| Improve this Doc View Source

LitPrefix

Declaration
public string LitPrefix
Field Value
Type Description
System.String
| Improve this Doc View Source

UnlitPrefix

Declaration
public string UnlitPrefix
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

ExposeTemperature

Declaration
public float ExposeTemperature { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ExposeVolume

Declaration
public float ExposeVolume { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

InhaleAmount

Solution inhale amount per second.

Declaration
public FixedPoint2 InhaleAmount { get; }
Property Value
Type Description
FixedPoint2
| Improve this Doc View Source

Solution

Declaration
public string Solution { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

State

Declaration
public SmokableState State { get; set; }
Property Value
Type Description
SmokableState
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾