Class IndeterminateLocation
- Namespace
- RandomizerCore.Randomization
- Assembly
- RandomizerCore.dll
Location which indicates that the items of the group are assumed to be available for the purposes of randomization.
Used with ILocationDependentItem effects under such circumstances.
public sealed class IndeterminateLocation : RandoLocation, IRandoLocation, ILogicDef
- Inheritance
-
IndeterminateLocation
- Implements
- Inherited Members
Constructors
IndeterminateLocation(LogicManager, RandomizationGroup)
public IndeterminateLocation(LogicManager lm, RandomizationGroup group)
Parameters
lm
LogicManagergroup
RandomizationGroup
Properties
Group
public RandomizationGroup Group { get; }
Property Value
Shared
public Dictionary<string, object> Shared { get; }