Class RandomFillSolutionComponent
Fills a solution container randomly using a weighted random prototype
Inheritance
System.Object
RandomFillSolutionComponent
Namespace: Content.Server.Chemistry.Components.SolutionManager
Assembly: Content.Server.dll
Syntax
public sealed class RandomFillSolutionComponent : Component
Fields
| Improve this Doc View SourceWeightedRandomId
Weighted random fill prototype Id. Used to pick reagent and quantity.
Declaration
public string? WeightedRandomId
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
Properties
| Improve this Doc View SourceSolution
Solution name which to add reagents to.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |