Class DualLocation
Helper location meant to be unpacked into a DualPlacement
Inherited Members
Namespace: ItemChanger.Locations
Assembly: ItemChanger.dll
Syntax
public class DualLocation : AbstractLocation
Constructors
View SourceDualLocation()
Declaration
public DualLocation()
Fields
View SourceTest
Declaration
public IBool Test
Field Value
| Type | Description |
|---|---|
| IBool |
falseLocation
Declaration
public AbstractLocation falseLocation
Field Value
| Type | Description |
|---|---|
| AbstractLocation |
trueLocation
Declaration
public AbstractLocation trueLocation
Field Value
| Type | Description |
|---|---|
| AbstractLocation |
Methods
View SourceOnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View SourceOnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()
Overrides
View SourceWrap()
Creates a default placement for this location.
Declaration
public override AbstractPlacement Wrap()
Returns
| Type | Description |
|---|---|
| AbstractPlacement |