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 SourceQuantity
Quantity of listed reagents.
Declaration
public FixedPoint2 Quantity
Field Value
Type | Description |
---|---|
FixedPoint2 |
Reagents
Listed reagents that the weight and quantity apply to.
Declaration
public List<string> Reagents
Field Value
Type | Description |
---|---|
List<System.String> |
Weight
Random weight of listed reagents.
Declaration
public float Weight
Field Value
Type | Description |
---|---|
System.Single |