Class EmptyLocation
A location with no effects. Use, for example, with DualPlacement, or in other situations where a dummy location may be needed.
Inherited Members
Namespace: ItemChanger.Locations
Assembly: ItemChanger.dll
Syntax
public class EmptyLocation : AutoLocation
Constructors
View SourceEmptyLocation()
Declaration
public EmptyLocation()
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()