Class SmokableComponent
Inheritance
System.Object
SmokableComponent
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
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
|
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