Show / Hide Table of Contents

Class WaterVaporReaction

Inheritance
System.Object
WaterVaporReaction
Implements
IGasReactionEffect
Namespace: Content.Server.Atmos.Reactions
Assembly: Content.Server.dll
Syntax
public sealed class WaterVaporReaction : object, IGasReactionEffect

Properties

| Improve this Doc View Source

GasId

Declaration
public int GasId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MolesPerUnit

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

Reagent

Declaration
public string? Reagent { get; }
Property Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

React(GasMixture, IGasMixtureHolder, AtmosphereSystem)

Declaration
public ReactionResult React(GasMixture mixture, IGasMixtureHolder holder, AtmosphereSystem atmosphereSystem)
Parameters
Type Name Description
GasMixture mixture
IGasMixtureHolder holder
AtmosphereSystem atmosphereSystem
Returns
Type Description
ReactionResult

Implements

IGasReactionEffect
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾