Show / Hide Table of Contents

Class WeightedRandomFillSolutionPrototype

Random weighting dataset for solutions, able to specify reagents quantity.

Inheritance
System.Object
WeightedRandomFillSolutionPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Random
Assembly: Content.Shared.dll
Syntax
public sealed class WeightedRandomFillSolutionPrototype : object, IPrototype

Fields

| Improve this Doc View Source

Fills

List of RandomFills that can be picked from.

Declaration
public List<RandomFillSolution> Fills
Field Value
Type Description
List<RandomFillSolution>

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype

Extension Methods

SharedRandomExtensions.Pick(WeightedRandomFillSolutionPrototype, IRobustRandom)
SharedRandomExtensions.PickRandomFill(WeightedRandomFillSolutionPrototype, IRobustRandom)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾