Show / Hide Table of Contents

Class RandomFillSolution

Data that specifies reagents that share the same weight and quantity for use with WeightedRandomSolution.

Inheritance
System.Object
RandomFillSolution
Namespace: Content.Shared.Random
Assembly: Content.Shared.dll
Syntax
public sealed class RandomFillSolution : object

Fields

| Improve this Doc View Source

Quantity

Quantity of listed reagents.

Declaration
public FixedPoint2 Quantity
Field Value
Type Description
FixedPoint2
| Improve this Doc View Source

Reagents

Listed reagents that the weight and quantity apply to.

Declaration
public List<string> Reagents
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

Weight

Random weight of listed reagents.

Declaration
public float Weight
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾