Table of Contents

Interface IRandoLocation

Namespace
RandomizerCore
Assembly
RandomizerCore.dll

Interface for locations to be managed by the randomizer.

public interface IRandoLocation : ILogicDef
Inherited Members

Properties

Priority

Property managed by the randomizer and certain events. Lower priorities are filled first.

float Priority { get; set; }

Property Value

float

Reachable

Property managed by the randomizer for internal tracking.

TempState Reachable { get; set; }

Property Value

TempState

Sphere

Property managed by the randomizer. Set to the index of the sphere in which the location is first reachable.

int Sphere { get; set; }

Property Value

int