Table of Contents

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 LogicManager
group RandomizationGroup

Properties

Group

public RandomizationGroup Group { get; }

Property Value

RandomizationGroup

Shared

public Dictionary<string, object> Shared { get; }

Property Value

Dictionary<string, object>